We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb56ef commit 9b296e8Copy full SHA for 9b296e8
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
run: |
125
source ci/build.sh
126
set_step_fail "assert_state"
127
- "fatal=true" >> "$GITHUB_ENV"
+ echo "fatal=true" >> "$GITHUB_ENV"
128
129
- name: Sparse
130
if: ${{ !cancelled() && env.fatal != 'true' && env.CHECKS_SPARCE == 'true' }}
.github/workflows/checks.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: License
44
if: ${{ !cancelled() && env.fatal != 'true' }}
0 commit comments