Unverified Commit a5a39911 authored by Steven Fackler's avatar Steven Fackler
Browse files

Auto cancel redundant builds

parent 023e3e4e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ env:
  RUSTFLAGS: -Dwarnings
  RUST_BACKTRACE: 1

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

jobs:
  rustfmt:
    name: rustfmt