Skip to content

Commit de859a2

Browse files
committed
DEV: Cancel old CI when new CI is running
1 parent d0f0fbc commit de859a2

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)