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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ jobs:
triage:
runs-on: ubuntu-latest
name: SQL
if: github.repository == 'azerothcore/azerothcore-wotlk'
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
steps:
- uses: actions/checkout@v4
- name: Check pending SQL