Skip to content

Commit

Permalink
Merge pull request #14 from jgarzik/ci
Browse files Browse the repository at this point in the history
[CI] add concurrency section to github workflow
  • Loading branch information
jgarzik authored Feb 22, 2024
2 parents f6ac969 + b51a313 commit 34b64af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/TestingCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Rust

on: [push]

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

env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 34b64af

Please sign in to comment.