Skip to content

Commit

Permalink
BAU - Make concurrency common between deploy and test
Browse files Browse the repository at this point in the history
  • Loading branch information
robk-dluhc committed Feb 7, 2024
1 parent e351362 commit ecd81cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standard-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
deploy:
concurrency:
group: 'fsd-preaward-copilot-${{ inputs.environment }}'
group: 'fsd-preaward-${{ inputs.environment }}'
cancel-in-progress: false
permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit ecd81cf

Please sign in to comment.