summaryrefslogtreecommitdiff
path: root/.github/workflows/core-build-nopch.yml
diff options
context:
space:
mode:
authorsudlud <sudlud@users.noreply.github.com>2024-12-22 09:02:15 +0100
committerGitHub <noreply@github.com>2024-12-22 09:02:15 +0100
commitebf7f7583bb32d03e120208a87d4092f462aa0f2 (patch)
tree48454fa0754ee9e0fd425b13656d6f0d747764bf /.github/workflows/core-build-nopch.yml
parentf011cbb60284109c2a66f042f34caa110cd961f3 (diff)
fix(CI): do not run on draft PRs (#21009)
Diffstat (limited to '.github/workflows/core-build-nopch.yml')
-rw-r--r--.github/workflows/core-build-nopch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml
index a72f9c6cc3..e64fbffcc0 100644
--- a/.github/workflows/core-build-nopch.yml
+++ b/.github/workflows/core-build-nopch.yml
@@ -33,7 +33,7 @@ jobs:
CXX: g++-14
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch
- if: github.repository == 'azerothcore/azerothcore-wotlk'
+ if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/linux-build