There was an error while loading. Please reload this page.
1 parent 82b31a6 commit 200ba8cCopy full SHA for 200ba8c
1 file changed
.github/workflows/ci.yaml
@@ -215,8 +215,8 @@ jobs:
215
runs-on: ubuntu-latest
216
steps:
217
- name: Status
218
- run: |
219
# if [[ ${{ needs.dead-link.result }} != 'success' ]] || \
+ run: |
220
if [[ ${{ needs.local-ci.result }} != 'success' ]] || \
221
([[ ${{ needs.integrate-test.result }} != 'skipped' ]] && [[ ${{ needs.integrate-test.result }} != 'success' ]]); then
222
echo "CI Failed!"
0 commit comments