Skip to content

Commit 26df890

Browse files
committed
cancel concurrency workflows
1 parent 856f4e9 commit 26df890

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Main workflow
22

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

0 commit comments

Comments
 (0)