Skip to content

Commit fd4eef3

Browse files
committed
add concurrency control to build workflow
1 parent 0a3a3cd commit fd4eef3

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)