Update core_modules_build.yml (#17872)

This commit is contained in:
Kitzunu
2023-11-26 22:45:58 +01:00
committed by GitHub
parent c9b42d6d6c
commit 18797430e4

View File

@@ -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')
) )