We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845794b commit 6ac0302Copy full SHA for 6ac0302
.github/workflows/ci.yaml
@@ -315,7 +315,7 @@ jobs:
315
316
test-go-pg:
317
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
318
- needs: changes
+ needs: sqlc-vet
319
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
320
# This timeout must be greater than the timeout set by `go test` in
321
# `make test-postgres` to ensure we receive a trace of running
0 commit comments