Thanks to visit codestin.com Credit goes to github.com
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 60de8d0 commit 6372bf7Copy full SHA for 6372bf7
.github/workflows/coder.yaml
@@ -331,7 +331,7 @@ jobs:
331
- pr-context
332
if: >
333
needs.changes.outputs.docs-only == 'false' &&
334
- contains(needs.pr-context.outputs.skips, github.job) == 'false'
+ contains(needs.pr-context.outputs.skips, 'test/go/postgres') == 'false'
335
runs-on: ubuntu-latest
336
# This timeout must be greater than the timeout set by `go test` in
337
# `make test-postgres` to ensure we receive a trace of running
0 commit comments