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 6cadc76 commit a933dffCopy full SHA for a933dff
.github/workflows/test.yml
@@ -218,8 +218,8 @@ jobs:
218
external-data-json-path: ./cache/benchmark-data.json
219
alert-threshold: '200%'
220
github-token: ${{ secrets.GITHUB_TOKEN }}
221
- comment-on-alert: ${{ github.event_name == 'push' }}
222
- fail-on-alert: true
+ comment-on-alert: false
+ fail-on-alert: false
223
auto-push: false
224
225
all-checks:
0 commit comments