Skip to content

Commit

Permalink
Merge pull request #34 from Alirezaja1384/build-deployment
Browse files Browse the repository at this point in the history
fix(build workflow): Deployment concurrency bugfix
  • Loading branch information
Alirezaja1384 authored Sep 8, 2024
2 parents 78aa112 + b9cdb82 commit 6fa9f66
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 @@ -87,7 +87,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 6fa9f66

Please sign in to comment.