From 229563cf41a114fd985c70dcf60fc9827e89c1a1 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 9 Oct 2023 11:38:05 -0700 Subject: [PATCH] Post build check --- .github/workflows/pr-open.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 5663a163..4b2a1199 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -12,7 +12,7 @@ concurrency: jobs: # https://github.com/bcgov-nr/action-builder-ghcr - Databases: + DBs: if: "!github.event.pull_request.head.repo.fork" permissions: packages: write @@ -31,3 +31,11 @@ jobs: token: ${{ github.token }} triggers: database/${{ matrix.package}}/${{ matrix.triggers }} timeout-minutes: 10 + + post-build: + needs: [DBs] + runs-on: ubuntu-22.04 + steps: + - name: Post build + run: | + echo "Dummy step for workflow completion"