Skip to content

Commit c790ac4

Browse files
authored
Merge pull request #3580 from michael-membrowse/fix/merge_to_master_build
ci: don't cancel build on merge to master
2 parents ff8e6cc + ed3318f commit c790ac4

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 }}
13-
cancel-in-progress: true
13+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1414

1515
env:
1616
HIL_JSON: test/hil/tinyusb.json

0 commit comments

Comments
 (0)