ci: fix postgres skipper (#3157)

This commit is contained in:
Ammar Bandukwala
2022-07-24 19:58:20 +00:00
committed by GitHub
parent 60de8d0279
commit 54547a4e9a
+3 -2
View File
@@ -69,7 +69,8 @@ jobs:
- id: log
run: |
echo "${{ toJSON(needs) }}"
echo "${{ contains(needs.pr-context.outputs.skips, 'postgres') }} "
echo "${{ contains(needs.pr-context.outputs.skips, 'test/go/postgres') }} "
echo "${{ contains(needs.pr-context.outputs.skips, 'test/e2e') }} "
pr-context:
runs-on: ubuntu-latest
@@ -331,7 +332,7 @@ jobs:
- pr-context
if: >
needs.changes.outputs.docs-only == 'false' &&
contains(needs.pr-context.outputs.skips, github.job) == 'false'
!contains(needs.pr-context.outputs.skips, 'test/go/postgres')
runs-on: ubuntu-latest
# This timeout must be greater than the timeout set by `go test` in
# `make test-postgres` to ensure we receive a trace of running