chore(CI): Make some changes. Less CI's maybe better...

This commit is contained in:
Kitzunu
2023-11-26 14:25:13 +01:00
parent e68bd9060a
commit 040cc232cc
8 changed files with 84 additions and 44 deletions

View File

@@ -21,7 +21,12 @@ jobs:
name: ${{ matrix.os }}-${{ matrix.compiler }}
env:
COMPILER: ${{ matrix.compiler }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
if: |
github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
&& (
contains(github.event.pull_request.labels.*.name, 'run-build')
|| github.event.label.name == 'run-build')
)
steps:
- uses: actions/checkout@v4
- name: Cache