Skip to content

Commit bd877e3

Browse files
committed
Do not fail CI job if performance alert
1 parent 5d0efb5 commit bd877e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
benchmark-data-dir-path: performance/${{ matrix.python-version }}
5050
comment-always: false
5151
alert-threshold: '130%'
52-
comment-on-alert: false
53-
fail-on-alert: true
52+
comment-on-alert: true
53+
fail-on-alert: false

0 commit comments

Comments
 (0)