Skip to content

Commit

Permalink
fix(build workflow): Deployment concurrency bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirezaja1384 committed Sep 8, 2024
1 parent 758bf69 commit 817abd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
needs: [build, tag]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-deployment
cancel-in-progress: true

steps:
Expand Down

0 comments on commit 817abd6

Please sign in to comment.