mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
Update core_modules_build.yml (#17872)
This commit is contained in:
2
.github/workflows/core_modules_build.yml
vendored
2
.github/workflows/core_modules_build.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
|||||||
&& !github.event.pull_request.draft
|
&& !github.event.pull_request.draft
|
||||||
&& (
|
&& (
|
||||||
github.ref == 'refs/heads/master'
|
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')
|
|| contains(github.event.pull_request.labels.*.name, 'run-build')
|
||||||
|| github.event.label.name == 'run-build')
|
|| github.event.label.name == 'run-build')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user