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 2dc9116 commit 82b31a6Copy full SHA for 82b31a6
1 file changed
.github/workflows/ci.yaml
@@ -216,8 +216,8 @@ jobs:
216
steps:
217
- name: Status
218
run: |
219
- if [[ ${{ needs.dead-link.result }} != 'success' ]] || \
220
- [[ ${{ needs.local-ci.result }} != 'success' ]] || \
+# if [[ ${{ needs.dead-link.result }} != 'success' ]] || \
+ if [[ ${{ needs.local-ci.result }} != 'success' ]] || \
221
([[ ${{ needs.integrate-test.result }} != 'skipped' ]] && [[ ${{ needs.integrate-test.result }} != 'success' ]]); then
222
echo "CI Failed!"
223
exit -1
0 commit comments