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 d503153 commit bf181acCopy full SHA for bf181ac
.github/workflows/benchmark.yml
@@ -2,6 +2,11 @@ name: Benchmark
2
on:
3
pull_request_target:
4
branches: [ main ]
5
+concurrency:
6
+ # Skip intermediate builds: always.
7
+ # Cancel intermediate builds: only if it is a pull request build.
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
10
permissions:
11
pull-requests: write # needed to post comments
12
jobs:
0 commit comments