Skip to content

Commit

Permalink
Add the branch name to the concurrency group (#1398)
Browse files Browse the repository at this point in the history
* this will stop queues when deploying to both staging and production
  • Loading branch information
DrizzlyOwl authored Oct 29, 2024
1 parent 89836c9 commit 0891b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: true

concurrency:
group: ${{ github.workflow }}-${{ github.event.inputs.environment }}
group: ${{ github.workflow }}-${{ github.event.inputs.environment }}-${{ github.ref_name }}

jobs:
set-env:
Expand Down

0 comments on commit 0891b3d

Please sign in to comment.