Skip to content

Commit

Permalink
Add CI concurrency group (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jul 29, 2024
1 parent f7d9699 commit 7c843d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [main, dev]
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}
cancel-in-progress: true

env:
MINIMUM_RUST_VERSION: 1.74.0

Expand Down

0 comments on commit 7c843d0

Please sign in to comment.