summaryrefslogtreecommitdiff
path: root/.github/workflows/core-build-nopch.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/core-build-nopch.yml')
-rw-r--r--.github/workflows/core-build-nopch.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml
index 2c29bd3911..1e31fabdf8 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