Skip to content

Commit 2c36bc0

Browse files
author
github-actions[bot]
committed
Fix deploy preview concurrency ref
1 parent cf49a81 commit 2c36bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
- requested
4444

4545
concurrency:
46-
group: deploy-preview-${{ github.ref }}
46+
group: deploy-preview-${{ github.event.workflow_run.pull_requests[0].number }}
4747
cancel-in-progress: true
4848

4949
env:

0 commit comments

Comments
 (0)