File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 37
37
build :
38
38
timeout-minutes : 7200
39
39
runs-on : [self-hosted, v1]
40
- # continue-on-error: true
40
+ continue-on-error : true
41
41
42
42
outputs :
43
43
fail : ${{ steps.assert.outputs.fail }}
@@ -162,4 +162,3 @@ jobs:
162
162
run : |
163
163
source ci/runner_env.sh
164
164
export_labels
165
- # [ "$FATAL" == 'true' ] && exit 1
Original file line number Diff line number Diff line change 16
16
checks :
17
17
timeout-minutes : 7200
18
18
runs-on : [self-hosted, v1]
19
- # continue-on-error: true
19
+ continue-on-error : true
20
20
21
21
outputs :
22
22
fail : ${{ steps.assert.outputs.fail }}
@@ -119,5 +119,4 @@ jobs:
119
119
run : |
120
120
echo "warn=$(printenv | grep ^step_warn_ | grep -v =$ | tr '\n' ',' | sed 's/,$//')" >> "$GITHUB_OUTPUT"
121
121
echo "fail=$(printenv | grep ^step_fail_ | grep -v =$ | tr '\n' ',' | sed 's/,$//')" >> "$GITHUB_OUTPUT"
122
- # [ "$FATAL" == 'true' ] && exit 1
123
122
You can’t perform that action at this time.
0 commit comments