Skip to content

Commit 10daf97

Browse files
committed
ci: fix preview workflows concurrency
1 parent 817dfc7 commit 10daf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
checks: write
1313

1414
concurrency:
15-
group: ${{ github.head_ref || github.ref }}-${{ github.workflow }}
15+
group: ${{ github.event.workflow_run.head_branch }}-${{ github.workflow }}
1616
cancel-in-progress: true
1717

1818
jobs:

0 commit comments

Comments
 (0)