diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 7650046b7..8c0150b19 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -36,6 +36,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.modules }}-modules env: COMPILER: ${{ matrix.compiler }} + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 - name: Checkout modules @@ -69,6 +70,7 @@ jobs: fail-fast: false runs-on: macos-10.15 name: macos-10.15 + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 - name: Cache @@ -91,6 +93,7 @@ jobs: fail-fast: false runs-on: windows-2019 name: windows-2019-MSVC16 + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 - name: Configure OS @@ -116,6 +119,7 @@ jobs: strategy: fail-fast: true runs-on: ubuntu-20.04 + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 - name: Configure @@ -130,6 +134,7 @@ jobs: strategy: fail-fast: true runs-on: ubuntu-20.04 + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 - name: Configure @@ -144,6 +149,7 @@ jobs: strategy: fail-fast: true runs-on: ubuntu-20.04 + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 - name: Configure @@ -158,6 +164,7 @@ jobs: strategy: fail-fast: true runs-on: ubuntu-20.04 + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 - name: Configure