File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 69
69
- id : log
70
70
run : |
71
71
echo "${{ toJSON(needs) }}"
72
- echo "${{ contains(needs.pr-context.outputs.skips, 'postgres') }} "
72
+ echo "${{ contains(needs.pr-context.outputs.skips, 'test/go/postgres') }} "
73
+ echo "${{ contains(needs.pr-context.outputs.skips, 'test/e2e') }} "
73
74
74
75
pr-context :
75
76
runs-on : ubuntu-latest
@@ -331,7 +332,7 @@ jobs:
331
332
- pr-context
332
333
if : >
333
334
needs.changes.outputs.docs-only == 'false' &&
334
- contains(needs.pr-context.outputs.skips, github.job) == 'false'
335
+ ! contains(needs.pr-context.outputs.skips, 'test/go/postgres')
335
336
runs-on : ubuntu-latest
336
337
# This timeout must be greater than the timeout set by `go test` in
337
338
# `make test-postgres` to ensure we receive a trace of running
You can’t perform that action at this time.
0 commit comments