Skip to content

Commit 3e14e89

Browse files
committed
workflow concurrency check
1 parent 71b0c8f commit 3e14e89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_pass.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build passes check
22
on: [ push ]
3+
4+
concurrency:
5+
group: "continuous_test"
6+
cancel-in-progress: true
7+
38
jobs:
49
build-check:
510
name: Build check

0 commit comments

Comments
 (0)