mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-26 06:12:01 -08:00
fix(CI): do not run on draft PRs (#21009)
This commit is contained in:
parent
f011cbb602
commit
ebf7f7583b
5 changed files with 5 additions and 5 deletions
2
.github/workflows/sql-codestyle.yml
vendored
2
.github/workflows/sql-codestyle.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue