Skip to content

Commit

Permalink
cancel redundant builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 7, 2021
1 parent 7768e06 commit 189c026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
rustfmt:
name: rustfmt
Expand Down

0 comments on commit 189c026

Please sign in to comment.