Skip to content

Commit

Permalink
Patch concurrency group (#607)
Browse files Browse the repository at this point in the history
Add `${{ github.ref }}` to concurrency group, preventing PR's from cancelling each other
  • Loading branch information
rblaine95 authored Dec 18, 2023
1 parent b064d7c commit 2acedd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest

concurrency:
group: cicd-build-${{ matrix.image }}
group: cicd-build-${{ matrix.image }}-${{ github.ref }}
cancel-in-progress: false

outputs:
Expand Down

0 comments on commit 2acedd2

Please sign in to comment.