Skip to content

Commit a640b4a

Browse files
ci: Cancel in-progress checks if new commit pushed
1 parent 49afbb4 commit a640b4a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
env:
1313
RUSTFLAGS: -Dwarnings
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
lint-each-os:
1721
strategy:

0 commit comments

Comments
 (0)