Skip to content

Commit

Permalink
Fix merge job names
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 20, 2024
1 parent ce8e253 commit dad23c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: bcgov-nr/[email protected]

deploys-test:
name: Deploys (${{ github.event.number }})
name: TEST Deploys (${{ needs.init.outputs.pr }})
needs: [init]
secrets: inherit
uses: ./.github/workflows/.deploy.yml
Expand Down

0 comments on commit dad23c1

Please sign in to comment.