Skip to content

Commit 7c843d0

Browse files
Add CI concurrency group (#319)
1 parent f7d9699 commit 7c843d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [main, dev]
66
pull_request:
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}
10+
cancel-in-progress: true
11+
812
env:
913
MINIMUM_RUST_VERSION: 1.74.0
1014

0 commit comments

Comments
 (0)