Skip to content

Commit

Permalink
fix: no concurrency for prepare tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jul 5, 2024
1 parent 7dbf8b4 commit 448320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Main and PR Pipeline

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true

defaults:
Expand Down

0 comments on commit 448320f

Please sign in to comment.