mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
3
.github/workflows/core_build.yml
vendored
3
.github/workflows/core_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user