Skip to content

Commit 87abcdb

Browse files
CHANGED - allow concurrency on main
1 parent e60a89d commit 87abcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
12+
cancel-in-progress: ${{ !contains(github.ref, 'refs/heads/main')}}
1313

1414
jobs:
1515
check-workflows:

0 commit comments

Comments
 (0)