Skip to content

Commit 6ec3887

Browse files
authored
Chore: Allow concurrency on default branch (#639)
1 parent f8758f9 commit 6ec3887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
15-
cancel-in-progress: true
15+
cancel-in-progress: ${{ github.ref != github.event.repository.default_branch }}
1616

1717
jobs:
1818
build_docs:

0 commit comments

Comments
 (0)