Skip to content

Commit f48e8dc

Browse files
authored
chore: update concurrency to use PR number (#8853)
1 parent 1472cce commit f48e8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929
pull-requests: write
3030

3131
concurrency:
32-
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref }}
32+
group: ${{ github.workflow }}-PR-${{ (github.event.issue.number) || (github.event.inputs.pr_number) }}
3333
cancel-in-progress: true
3434

3535
jobs:

0 commit comments

Comments
 (0)