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

@@ -6,7 +6,7 @@ jobs:
triage:
runs-on: ubuntu-24.04
permissions: write-all
if: github.repository == 'azerothcore/azerothcore-wotlk'
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
steps:
- uses: actions/checkout@v4
with: