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 da83511 commit cd9e68aCopy full SHA for cd9e68a
.github/workflows/Benchmark.yml
@@ -58,7 +58,7 @@ jobs:
58
output-file-path: ${{ steps.locate.outputs.path }}
59
benchmark-data-dir-path: ""
60
github-token: ${{ secrets.GITHUB_TOKEN }}
61
- comment-always: true
+ comment-always: ${{ github.event_name == 'pull_request' }}
62
summary-always: true
63
alert-threshold: "150%"
64
fail-on-alert: false
0 commit comments