From 389227e4f7ea75292549a36d4f288cc2467d1078 Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Wed, 30 Dec 2020 09:31:51 -0800 Subject: [PATCH] fix(CI): Only run macos build if ubuntu build is successful (#4044) * make macos build dependant on ubuntu build success * test * test2 * remove test --- .github/workflows/core_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 6f4376330..d559ea301 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -74,7 +74,8 @@ jobs: - macos-11.0 runs-on: ${{ matrix.os }} name: ${{ matrix.os }} - if: github.repository == 'azerothcore/azerothcore-wotlk' + needs: [build] + if: github.repository == 'azerothcore/azerothcore-wotlk' && success() steps: - uses: actions/checkout@v2 - name: Cache