Skip to content

Commit 60cdabf

Browse files
fixup! Do not cancel in-progress builds on main
Signed-off-by: Marek Kubica <[email protected]>
1 parent 0baee50 commit 60cdabf

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

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)