Skip to content

Commit 214dabd

Browse files
committed
Allow jobs to be cancelled automatically
1 parent e11b467 commit 214dabd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
schedule:
1111
- cron: '0 18 * * *'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-@{{ github.ref }}
15+
cancel-in-progress: true
16+
1317
env:
1418
CARGO_TERM_COLOR: always
1519

0 commit comments

Comments
 (0)