Skip to content

Commit

Permalink
Post build check
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 9, 2023
1 parent 81fff30 commit 229563c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 229563c

Please sign in to comment.