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.
1 parent 0231e4e commit a3d80aaCopy full SHA for a3d80aa
.github/workflows/benchmark.yml
@@ -4,9 +4,7 @@ on:
4
branches: [ main ]
5
types: [labeled, opened, synchronize, reopened]
6
concurrency:
7
- # Skip intermediate builds: always.
8
- # Cancel intermediate builds: only if it is a pull request build.
9
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: benchmark-${{ github.ref }}
10
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
11
permissions:
12
pull-requests: write # needed to post comments
0 commit comments