Skip to content

Commit 6ac0302

Browse files
committed
Trying some different deps
1 parent 845794b commit 6ac0302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315

316316
test-go-pg:
317317
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
318-
needs: changes
318+
needs: sqlc-vet
319319
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
320320
# This timeout must be greater than the timeout set by `go test` in
321321
# `make test-postgres` to ensure we receive a trace of running

0 commit comments

Comments
 (0)