Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6372bf7

Browse files
committed
ci: fix postgres skipper
1 parent 60de8d0 commit 6372bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
- pr-context
332332
if: >
333333
needs.changes.outputs.docs-only == 'false' &&
334-
contains(needs.pr-context.outputs.skips, github.job) == 'false'
334+
contains(needs.pr-context.outputs.skips, 'test/go/postgres') == 'false'
335335
runs-on: ubuntu-latest
336336
# This timeout must be greater than the timeout set by `go test` in
337337
# `make test-postgres` to ensure we receive a trace of running

0 commit comments

Comments
 (0)