Skip to content

Commit 499cd7d

Browse files
committed
Disable concurrent build cancelling
1 parent a35c982 commit 499cd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

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

2424
concurrency:
2525
group: "${{ github.workflow }}-${{ github.ref }}"
26-
cancel-in-progress: true
26+
cancel-in-progress: false
2727

2828

2929
jobs:

0 commit comments

Comments
 (0)