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 be3bc7b commit aab20f2Copy full SHA for aab20f2
.github/workflows/ci.yaml
@@ -324,7 +324,6 @@ jobs:
324
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
325
needs:
326
- changes
327
- - sqlc-vet # No point in testing the DB if the queries are invalid
328
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
329
# This timeout must be greater than the timeout set by `go test` in
330
# `make test-postgres` to ensure we receive a trace of running
0 commit comments