Skip to content

Commit f7b0ed0

Browse files
committed
ci: never cancel workflow on default branch
1 parent 9311d3f commit f7b0ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
concurrency:
1515
group: test-action
16-
cancel-in-progress: ${{ github.ref != 'main' }}
16+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1717

1818
jobs:
1919
test-vitest:

0 commit comments

Comments
 (0)