Skip to content

Commit 189c026

Browse files
committed
cancel redundant builds
1 parent 7768e06 commit 189c026

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
@@ -12,6 +12,10 @@ env:
1212
RUSTFLAGS: -Dwarnings
1313
RUST_BACKTRACE: 1
1414

15+
concurrency:
16+
group: ${{ github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
rustfmt:
1721
name: rustfmt

0 commit comments

Comments
 (0)