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.
Create pre-staging environment
1 parent 4341675 commit 42a766eCopy full SHA for 42a766e
1 file changed
.github/workflows/branch-deploy.yaml
@@ -40,7 +40,7 @@ on:
40
- 'docs/**'
41
42
concurrency:
43
- group: ${{ github.workflow }}-${{ github.event.number }}
+ group: ${{ github.workflow }}-${{ github.event.number || inputs.pr_number }}
44
cancel-in-progress: false
45
46
env:
0 commit comments