From 7d6aedb9f87dec345c2611af4b47c30621183401 Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Fri, 3 Jun 2022 08:49:37 -0600 Subject: [PATCH] [CI] - Remove dependencies for removed step (#2825) --- .github/workflows/build-web.yml | 4 ---- 1 file changed, 4 deletions(-) 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