fix(CI): do not run on draft PRs (#21009)

This commit is contained in:
sudlud
2024-12-22 09:02:15 +01:00
committed by GitHub
parent f011cbb602
commit ebf7f7583b
5 changed files with 5 additions and 5 deletions

View File

@@ -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