Skip to content

Commit

Permalink
build(regression): disable fail-on-alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Sep 26, 2023
1 parent 98dc13a commit 52ee58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
tool: 'go'
output-file-path: ${{ env.out }}
external-data-json-path: ./cache/benchmark-data-${{ matrix.phase }}.json
fail-on-alert: true
fail-on-alert: false
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true

0 comments on commit 52ee58e

Please sign in to comment.