Skip to content

Commit 8e33ec7

Browse files
committed
Do not fail on master CI
1 parent 9218ebc commit 8e33ec7

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: false
52+
comment-on-alert: true
53+
fail-on-alert: ${{ !inputs.publish_performance }}

0 commit comments

Comments
 (0)