Skip to content

Commit 205638e

Browse files
committed
ci: add concurrency check
Signed-off-by: CrazyMax <[email protected]>
1 parent 29c449a commit 205638e

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
@@ -1,5 +1,9 @@
11
name: build
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
workflow_dispatch:
59
push:

0 commit comments

Comments
 (0)