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.
benchmark.yml
1 parent a3d80aa commit f84798aCopy full SHA for f84798a
.github/workflows/benchmark.yml
@@ -3,9 +3,6 @@ on:
3
pull_request_target:
4
branches: [ main ]
5
types: [labeled, opened, synchronize, reopened]
6
-concurrency:
7
- group: benchmark-${{ github.ref }}
8
- cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
9
permissions:
10
pull-requests: write # needed to post comments
11
jobs:
0 commit comments