From fdbde0b866300f5647a0df0211b7cfda2e6d66b5 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:10:25 +0100 Subject: [PATCH] fix(CI): Probably fix vanishing CIs from PRs (#18124) * Update core-build-nopch.yml * Update core-build-pch.yml * Update core-build-nopch.yml --- .github/workflows/core-build-nopch.yml | 4 ++-- .github/workflows/core-build-pch.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml index 2c29bd391..1e31fabdf 100644 --- a/.github/workflows/core-build-nopch.yml +++ b/.github/workflows/core-build-nopch.yml @@ -4,7 +4,7 @@ on: branches: - 'master' pull_request: - types: ['labeled', 'opened', 'synchronize', 'reopened'] + types: ['opened', 'synchronize', 'reopened'] concurrency: group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }}) @@ -25,7 +25,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.compiler }}-nopch env: COMPILER: ${{ matrix.compiler }} - if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft + if: github.repository == 'azerothcore/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 7420d2b17..7535ab5d5 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -4,7 +4,7 @@ on: branches: - 'master' pull_request: - types: ['labeled', 'opened', 'synchronize', 'reopened'] + types: ['opened', 'synchronize', 'reopened'] concurrency: group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})