Skip to content

Commit 0efea28

Browse files
authored
disable fail on alert
1 parent 744a68d commit 0efea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
# Show alert with commit comment on detecting possible performance regression
6868
alert-threshold: '200%'
6969
comment-on-alert: true
70-
fail-on-alert: true
70+
fail-on-alert: false
7171
gh-pages-branch: gh-pages
7272
benchmark-data-dir-path: benchmarks

0 commit comments

Comments
 (0)