Skip to content

Commit c774077

Browse files
authored
ci: no more duplicate run workflow
1 parent e470f80 commit c774077

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
name: Build Test
3-
"on": [push, workflow_dispatch]
3+
on: [push, workflow_dispatch]
4+
5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
48

59
jobs:
610
build-test:

0 commit comments

Comments
 (0)