Skip to content

Commit 9b296e8

Browse files
committed
fixup! fixup! fixup! fixup! .github: Allow individual steps to fail
1 parent 8cb56ef commit 9b296e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
source ci/build.sh
126126
set_step_fail "assert_state"
127-
"fatal=true" >> "$GITHUB_ENV"
127+
echo "fatal=true" >> "$GITHUB_ENV"
128128
129129
- name: Sparse
130130
if: ${{ !cancelled() && env.fatal != 'true' && env.CHECKS_SPARCE == 'true' }}

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
source ci/build.sh
4040
set_step_fail "assert_state"
41-
"fatal=true" >> "$GITHUB_ENV"
41+
echo "fatal=true" >> "$GITHUB_ENV"
4242
4343
- name: License
4444
if: ${{ !cancelled() && env.fatal != 'true' }}

0 commit comments

Comments
 (0)