Skip to content

Commit 200ba8c

Browse files
committed
fix syntax
1 parent 82b31a6 commit 200ba8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
runs-on: ubuntu-latest
216216
steps:
217217
- name: Status
218-
run: |
219218
# if [[ ${{ needs.dead-link.result }} != 'success' ]] || \
219+
run: |
220220
if [[ ${{ needs.local-ci.result }} != 'success' ]] || \
221221
([[ ${{ needs.integrate-test.result }} != 'skipped' ]] && [[ ${{ needs.integrate-test.result }} != 'success' ]]); then
222222
echo "CI Failed!"

0 commit comments

Comments
 (0)