We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf49a81 commit 2c36bc0Copy full SHA for 2c36bc0
.github/workflows/deploy-preview.yml
@@ -43,7 +43,7 @@ on:
43
- requested
44
45
concurrency:
46
- group: deploy-preview-${{ github.ref }}
+ group: deploy-preview-${{ github.event.workflow_run.pull_requests[0].number }}
47
cancel-in-progress: true
48
49
env:
0 commit comments