diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index a7ec1ab69b..2602905b05 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -413,7 +413,6 @@ jobs: - build-commercial-selfhost - build-qa - crowdin-push - - windows steps: - name: Check if any job failed if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }} @@ -425,7 +424,6 @@ jobs: BUILD_COMMERCIAL_SELFHOST_STATUS: ${{ needs.build-commercial-selfhost.result }} BUILD_QA_STATUS: ${{ needs.build-qa.result }} CROWDIN_PUSH_STATUS: ${{ needs.crowdin-push.result }} - WINDOWS_STATUS: ${{ needs.windows.result }} run: | if [ "$CLOC_STATUS" = "failure" ]; then exit 1 @@ -441,8 +439,6 @@ jobs: exit 1 elif [ "$CROWDIN_PUSH_STATUS" = "failure" ]; then exit 1 - elif [ "$WINDOWS_STATUS" = "failure" ]; then - exit 1 fi - name: Login to Azure - Prod Subscription