Skip to content

Commit fd84247

Browse files
committed
add concurrency control in build.yaml to cancel in progress pipelines on new push
1 parent b9aa8bb commit fd84247

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77

88
name: Build
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
env:
1115
RUSTFLAGS: >-
1216
-D warnings

0 commit comments

Comments
 (0)