We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0efb5 commit bd877e3Copy full SHA for bd877e3
.github/workflows/code_check.yaml
@@ -49,5 +49,5 @@ jobs:
49
benchmark-data-dir-path: performance/${{ matrix.python-version }}
50
comment-always: false
51
alert-threshold: '130%'
52
- comment-on-alert: false
53
- fail-on-alert: true
+ comment-on-alert: true
+ fail-on-alert: false
0 commit comments