We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1472cce commit f48e8dcCopy full SHA for f48e8dc
.github/workflows/pr-deploy.yaml
@@ -29,7 +29,7 @@ permissions:
29
pull-requests: write
30
31
concurrency:
32
- group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref }}
+ group: ${{ github.workflow }}-PR-${{ (github.event.issue.number) || (github.event.inputs.pr_number) }}
33
cancel-in-progress: true
34
35
jobs:
0 commit comments