Run smoke tests on a free runner (#5745)

This commit is contained in:
Jack Amadeo
2025-11-14 11:17:09 -08:00
committed by GitHub
parent d4f66f4855
commit 318c5a7655
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
build-binary:
name: Build Release Binary
runs-on: goose
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.code == 'true' || github.event_name == 'workflow_dispatch'
steps: