Skip to content

Commit 35eba7d

Browse files
committed
DEV: Cancel old CI when new CI is running
1 parent 63f433f commit 35eba7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
36
on:
47
workflow_dispatch:
58
schedule:

0 commit comments

Comments
 (0)