Skip to content

Commit 3a3c955

Browse files
committed
fix: deadlock
1 parent 2f5cdd2 commit 3a3c955

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ on:
1919
- release
2020
workflow_call: # Allow this workflow to be called by other workflows
2121

22-
concurrency: ${{ github.workflow }}-${{ github.ref }}
22+
concurrency:
23+
group: release-${{ github.workflow }}-${{ github.ref }}
24+
cancel-in-progress: false
2325

2426
jobs:
2527
# Only run release process after main CI/CD pipeline passes

0 commit comments

Comments
 (0)