Skip to content

Commit 0456310

Browse files
authoredMar 25, 2025
chore(ci): Add concurrency group to cancel old ci (#2202)
1 parent 7da12d4 commit 0456310

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
merge_group:
88
branches: [ "master" ]
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
env:
1115
RUSTFLAGS: "-D warnings"
1216

0 commit comments

Comments
 (0)