Skip to content

Commit

Permalink
Merge pull request #127 from communitiesuk/BAU_concurrency_between_de…
Browse files Browse the repository at this point in the history
…ploy_and_test

BAU - Make concurrency common between deploy and test
  • Loading branch information
robk-dluhc authored Feb 7, 2024
2 parents e351362 + ecd81cf commit bc12696
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 bc12696

Please sign in to comment.