feat(CI): skip matrix builds for non-C++ changes (#9008)

This commit is contained in:
Francesco Borzì
2021-11-07 10:11:13 +01:00
committed by GitHub
parent cb07d1fc8a
commit 7cd03f1429
5 changed files with 69 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ jobs:
env:
COMPILER: clang
ENABLE_CPP_20: 1
if: github.repository == 'azerothcore/azerothcore-wotlk'
if: github.repository == 'azerothcore/azerothcore-wotlk' && (github.event.label.name == 'file-cpp' || github.event.label.name == 'run-build' || github.ref == 'refs/heads/master')
steps:
- uses: actions/checkout@v2
- name: Cache