Skip to content

Commit 5e40281

Browse files
committed
Add concurrency rule to ci workflow
1 parent cc3cb2d commit 5e40281

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
on:
55
workflow_dispatch:
66

7+
concurrency:
8+
group: ci-${{ github.head_ref || github.ref }}
9+
cancel-in-progress: true
10+
711
jobs:
812
release:
913
name: Release

0 commit comments

Comments
 (0)