File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ permissions:
3434
3535# This allows one deploy workflow to interrupt another
3636concurrency :
37- group : ' preview-env @ ${{ github.head_ref || github.run_id }}'
37+ group : ' preview-env @ ${{ github.head_ref || github.run_id }} for ${{ github.event.number || github.event.inputs.PR_NUMBER }} '
3838 cancel-in-progress : true
3939
4040jobs :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121
2222# This allows one deploy workflow to interrupt another
2323concurrency :
24- group : ' preview-env @ ${{ github.head_ref || github.run_id }}'
24+ group : ' preview-env @ ${{ github.head_ref || github.run_id }} for ${{ github.event.number || github.event.inputs.PR_NUMBER }} '
2525 cancel-in-progress : true
2626
2727jobs :
You can’t perform that action at this time.
0 commit comments