Skip to content

Commit a933dff

Browse files
committed
Don't fail on benchmark alert
1 parent 6cadc76 commit a933dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
external-data-json-path: ./cache/benchmark-data.json
219219
alert-threshold: '200%'
220220
github-token: ${{ secrets.GITHUB_TOKEN }}
221-
comment-on-alert: ${{ github.event_name == 'push' }}
222-
fail-on-alert: true
221+
comment-on-alert: false
222+
fail-on-alert: false
223223
auto-push: false
224224

225225
all-checks:

0 commit comments

Comments
 (0)