Skip to content

Commit aab20f2

Browse files
committed
remove dependency
1 parent be3bc7b commit aab20f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ jobs:
324324
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
325325
needs:
326326
- changes
327-
- sqlc-vet # No point in testing the DB if the queries are invalid
328327
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
329328
# This timeout must be greater than the timeout set by `go test` in
330329
# `make test-postgres` to ensure we receive a trace of running

0 commit comments

Comments
 (0)