We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5981abd commit 4f433e7Copy full SHA for 4f433e7
.github/workflows/ci.yaml
@@ -60,10 +60,7 @@ jobs:
60
- "examples/lima/**"
61
db:
62
- "**.sql"
63
- - "coderd/database/queries/**"
64
- - "coderd/database/migrations"
65
- - "coderd/database/sqlc.yaml"
66
- - "coderd/database/dump.sql"
+ - "coderd/database/**"
67
go:
68
69
- "**.go"
@@ -324,7 +321,6 @@ jobs:
324
321
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
325
322
needs:
326
323
- 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