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 444d4ea commit 094f8b0Copy full SHA for 094f8b0
1 file changed
.github/workflows/benchmark.yml
@@ -9,7 +9,6 @@ on:
9
10
permissions:
11
contents: read
12
- pull-requests: write
13
14
env:
15
UV_FROZEN: true
@@ -50,9 +49,7 @@ jobs:
50
49
tool: 'pytest'
51
output-file-path: output.json
52
external-data-json-path: ./benchmark-data/output.json
53
- github-token: ${{ secrets.GITHUB_TOKEN }}
54
summary-always: true
55
- comment-always: true
56
fail-on-alert: true
57
skip-fetch-gh-pages: true
58
save-data-file: ${{ github.event_name != 'pull_request' }}
0 commit comments