We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd8d14 commit 078f525Copy full SHA for 078f525
.github/workflows/build.yml
@@ -265,7 +265,7 @@ jobs:
265
output-file-path: combined_results.json
266
benchmark-data-dir-path: "benchmarks"
267
github-token: ${{ secrets.GITHUB_TOKEN }}
268
- comment-always: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
+ comment-always: false
269
summary-always: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
270
alert-threshold: "150%"
271
fail-on-alert: false
0 commit comments