We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a56ea6 commit bf5e067Copy full SHA for bf5e067
.github/workflows/pr-deploy.yaml
@@ -17,7 +17,7 @@ permissions:
17
pull-requests: write
18
19
concurrency:
20
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}
21
cancel-in-progress: false
22
23
jobs:
0 commit comments