Skip to content

Commit

Permalink
Dump contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 23, 2023
1 parent f437df6 commit 75b5632
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
After merge, new images are deployed in:
- [Merge Workflow](https://github.com/${{ github.repository }}/actions/workflows/merge.yml)
# Dump GitHub Context.Event
dump:
name: Dump GitHub Context.Event
runs-on: ubuntu-22.04
steps:
- name: Dump GitHub Context.Event
run: echo "${{ toJson(github.event) }}"

# https://github.com/bcgov-nr/action-builder-ghcr
builds:
name: Builds
Expand All @@ -70,6 +78,7 @@ jobs:
# https://github.com/bcgov-nr/action-deployer-openshift
deploys:
name: Deploys
if: github.event.action != 'enqueued'
needs: [builds]
uses: ./.github/workflows/.deploy.yml
secrets: inherit
Expand Down

0 comments on commit 75b5632

Please sign in to comment.