Skip to content

Commit fb93a5b

Browse files
committed
CI: Add cancel-in-progress attribute
1 parent 7ba0b43 commit fb93a5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request: {}
77
merge_group: {}
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014

1115
build:

0 commit comments

Comments
 (0)