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 3b6547f commit 1200831Copy full SHA for 1200831
.github/workflows/benchmark.yml
@@ -1,13 +1,15 @@
1
name: Benchmark
2
3
on:
4
- pull_request_target:
+ pull_request:
5
types: [labeled]
6
7
jobs:
8
benchmark:
9
if: ${{ github.event.label.name == 'benchmark' }}
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
outputs:
14
PR-BENCH-12: ${{ steps.benchmark-pr.outputs.BENCH_RESULT12 }}
15
PR-BENCH-14: ${{ steps.benchmark-pr.outputs.BENCH_RESULT14 }}
@@ -64,6 +66,8 @@ jobs:
64
66
output-benchmark:
65
67
needs: [benchmark]
68
69
70
+ pull-requests: write
71
steps:
72
- name: Comment PR
73
uses: thollander/actions-comment-pull-request@v1
0 commit comments