Skip to content

Commit 81cf4c3

Browse files
committed
fixup
1 parent 7ad2857 commit 81cf4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
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.event.issue.number || github.event.inputs.pr_number }}
32+
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref }}
3333
cancel-in-progress: true
3434

3535
jobs:

0 commit comments

Comments
 (0)