Skip to content

Commit 912b13e

Browse files
committed
Do not fail on master CI
1 parent 9218ebc commit 912b13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
comment-always: false
5151
alert-threshold: '130%'
5252
comment-on-alert: false
53-
fail-on-alert: false
53+
fail-on-alert: ${{ !inputs.publish_performance }}

0 commit comments

Comments
 (0)