Skip to content

Commit bf5e067

Browse files
authored
chore: allow running multiple preview deployments in parallel (#8562)
1 parent 0a56ea6 commit bf5e067

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
@@ -17,7 +17,7 @@ permissions:
1717
pull-requests: write
1818

1919
concurrency:
20-
group: ${{ github.workflow }}-${{ github.ref }}
20+
group: ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}
2121
cancel-in-progress: false
2222

2323
jobs:

0 commit comments

Comments
 (0)