fix(CI): re-run builds if label is present (#9114)

This commit is contained in:
Francesco Borzì
2021-11-10 16:31:42 +01:00
committed by GitHub
parent 06bc64d1c3
commit c519dc5738
6 changed files with 11 additions and 11 deletions

View File

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