From 54547a4e9ae14ced0e6d81acaa475cd5e9e1c329 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Sun, 24 Jul 2022 14:58:20 -0500 Subject: [PATCH] ci: fix postgres skipper (#3157) --- .github/workflows/coder.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 7afe95b2c8..b2cf2d7d93 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -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