Skip to content

Commit 91fbfb6

Browse files
committed
fix(github): always cancel previous;
- Always cancel previous workflow runs.
1 parent 3bc1670 commit 91fbfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} # workflow limits it to this workflow, ref includes a pushed branch or on pull request merge branch
14-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
14+
cancel-in-progress: true
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)