mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +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
|
- macos-11.0
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }}
|
name: ${{ matrix.os }}
|
||||||
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
needs: [build]
|
||||||
|
if: github.repository == 'azerothcore/azerothcore-wotlk' && success()
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Cache
|
- name: Cache
|
||||||
|
|||||||
Reference in New Issue
Block a user