diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index ce72ed58f..f38c8b42a 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -10,7 +10,7 @@ jobs: triage: runs-on: ubuntu-latest name: C++ - if: github.repository == 'azerothcore/azerothcore-wotlk' + if: github.repository == 'liyunfan1223/azerothcore-wotlk' steps: - uses: actions/checkout@v4 - name: AzerothCore codestyle diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml index 1e31fabdf..003268be4 100644 --- a/.github/workflows/core-build-nopch.yml +++ b/.github/workflows/core-build-nopch.yml @@ -25,7 +25,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.compiler }}-nopch env: COMPILER: ${{ matrix.compiler }} - if: github.repository == 'azerothcore/azerothcore-wotlk' + if: github.repository == 'liyunfan1223/azerothcore-wotlk' steps: - uses: actions/checkout@v4 - name: Cache diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index 7535ab5d5..149bda68f 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -23,7 +23,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.compiler }}-pch env: COMPILER: ${{ matrix.compiler }} - if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft + if: github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft steps: - uses: actions/checkout@v4 - name: Configure OS diff --git a/.github/workflows/core_modules_build.yml b/.github/workflows/core_modules_build.yml index b770b416b..c0e12e784 100644 --- a/.github/workflows/core_modules_build.yml +++ b/.github/workflows/core_modules_build.yml @@ -24,7 +24,7 @@ jobs: env: COMPILER: ${{ matrix.compiler }} if: | - github.repository == 'azerothcore/azerothcore-wotlk' + github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft && ( github.ref == 'refs/heads/master' diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 141d34036..9d2d0192e 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -18,13 +18,13 @@ env: COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 RUNNING_ON_PRIMARY_BRANCH: | - ${{ (github.repository == 'azerothcore/azerothcore-wotlk' && github.ref_name == 'master') && 'true' || 'false' }} + ${{ (github.repository == 'liyunfan1223/azerothcore-wotlk' && github.ref_name == 'master') && 'true' || 'false' }} jobs: build-containers: runs-on: "ubuntu-latest" if: | - github.repository == 'azerothcore/azerothcore-wotlk' + github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft && (github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build') steps: diff --git a/.github/workflows/tools_build.yml b/.github/workflows/tools_build.yml index 51091736d..fcd069192 100644 --- a/.github/workflows/tools_build.yml +++ b/.github/workflows/tools_build.yml @@ -22,7 +22,7 @@ jobs: env: COMPILER: ${{ matrix.compiler }} if: | - github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft + github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft && ( contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build') diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 61a3862ca..4473243b6 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -21,7 +21,7 @@ jobs: env: BOOST_ROOT: C:\local\boost_1_82_0 if: | - github.repository == 'azerothcore/azerothcore-wotlk' + github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft && (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build') steps: