From 18797430e415800ca10acaa253e232aae8b73385 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:45:58 +0100 Subject: [PATCH] Update core_modules_build.yml (#17872) --- .github/workflows/core_modules_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core_modules_build.yml b/.github/workflows/core_modules_build.yml index a465e589f..093e43fb4 100644 --- a/.github/workflows/core_modules_build.yml +++ b/.github/workflows/core_modules_build.yml @@ -28,6 +28,8 @@ jobs: && !github.event.pull_request.draft && ( 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') )