We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbc76d commit a98eec7Copy full SHA for a98eec7
.github/workflows/benchmark.yml
@@ -4,6 +4,9 @@ on:
4
pull_request_target:
5
types: [labeled]
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
benchmark:
12
if: ${{ github.event.label.name == 'benchmark' }}
0 commit comments