We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8969c8f + 84c46e0 commit add61c6Copy full SHA for add61c6
1 file changed
.github/workflows/bench.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
concurrency:
10
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}${{ github.event_name == 'pull_request_review' && format('-review-{0}', github.run_id) || '' }}
11
cancel-in-progress: true
12
13
jobs:
0 commit comments