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