Skip to content

Commit

Permalink
misc: add concurrency to cancel previous run
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed May 14, 2022
1 parent 7ed6e9d commit dc4d18a
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 @@ -10,6 +10,10 @@ on:
env:
RUSTFLAGS: -Dwarnings

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

jobs:
check:
name: Check
Expand Down

0 comments on commit dc4d18a

Please sign in to comment.