Skip to content

Commit

Permalink
feat: add PR numbers to PR deploys and tests (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Dec 9, 2024
1 parent 5ccd73a commit 04feef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# https://github.com/bcgov/quickstart-openshift-helpers
deploys:
name: Deploys
name: Deploys (${{ github.event.number }})
needs: [builds]
uses: ./.github/workflows/.deployer.yml
secrets:
Expand All @@ -40,7 +40,7 @@ jobs:
params: --set global.secrets.persist=false

tests:
name: Tests
name: Tests (${{ github.event.number }})
if: needs.deploys.outputs.triggered == 'true'
needs: [deploys]
uses: ./.github/workflows/.tests.yml
Expand Down

0 comments on commit 04feef6

Please sign in to comment.