Skip to content

Commit b88950d

Browse files
Do not cancel in-progress builds on main (#12492)
Signed-off-by: Marek Kubica <[email protected]>
1 parent 1c4e309 commit b88950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.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.event.pull_request.head.label || github.head_ref || github.ref }}"
13-
cancel-in-progress: true
13+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)