fix(CI): Only run macos build if ubuntu build is successful (#4044)

* make macos build dependant on ubuntu build success

* test

* test2

* remove test
This commit is contained in:
Patrick Lewis
2020-12-30 09:31:51 -08:00
committed by GitHub
parent d513d8064a
commit 389227e4f7

View File

@@ -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