diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 299b023366..243f241963 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -267,7 +267,7 @@ jobs: echo "Skip Build!" exit 0 fi - if [[ ${{ needs.build.result }} != 'success' || ${{ needs.cluster-test.result }} != 'success' || ${{ needs.schema-check.result }} != 'success' ]]; then + if [[ ${{ needs.build.result }} != 'success' || ${{ needs.cluster-test.result }} != 'success' ]]; then echo "Build Failed!" exit -1 fi