Skip to content

Commit a3d80aa

Browse files
committed
debug: cancel only benchmark jobs on concurrency
1 parent 0231e4e commit a3d80aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ on:
44
branches: [ main ]
55
types: [labeled, opened, synchronize, reopened]
66
concurrency:
7-
# Skip intermediate builds: always.
8-
# Cancel intermediate builds: only if it is a pull request build.
9-
group: ${{ github.workflow }}-${{ github.ref }}
7+
group: benchmark-${{ github.ref }}
108
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
119
permissions:
1210
pull-requests: write # needed to post comments

0 commit comments

Comments
 (0)