Skip to content

Commit 74afecf

Browse files
Update build.yml
1 parent f992321 commit 74afecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
13-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.event_name != 'merge_group' }}
13+
cancel-in-progress: true
1414

1515
defaults:
1616
run:

0 commit comments

Comments
 (0)