Skip to content

Commit

Permalink
Set concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 24, 2024
1 parent 5d12b91 commit ef422c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

# Don't cancel anything in progress
concurrency:
group: ${{github.workflow}}
group: ${{github.workflow}}-${{inputs.CLOUD_FORMATION_STACK}}-${{inputs.BUILD_VERSION}}
cancel-in-progress: false

permissions:
Expand Down

0 comments on commit ef422c3

Please sign in to comment.