From 1ff20e52f7d1f35c8b5c2d507f53f492d4aaa2d1 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Tue, 6 Jan 2026 01:24:49 +0000 Subject: [PATCH] Also run Ninja jobs if the CI script changes It might affect the definition of the things it defines, which includes the Ninja jobs. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb948cac6..cecbec8bc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -873,6 +873,7 @@ macOS15_Xcode16_arm64: - if: $CI_PIPELINE_SOURCE == "merge_request_event" changes: paths: + - .gitlab-ci.yml - CMakeLists.txt - "**/CMakeLists.txt" - "**/*.cmake"