From 66dd8020f46f0424cb833ab2684e7bf9207babda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Desgroppes?= Date: Mon, 23 Mar 2026 13:43:55 +0100 Subject: [PATCH] Also trigger Windows CI on `.bazel*` changes ### What does this PR do? Add `.bazel*` to the `windows_path_2` change filter in `.gitlab-ci.yml`. ### Motivation `.bazelrc` and `.bazelversion` live at the repo root, not under `bazel/**/*`. Changes to those files can affect Windows builds and tests (#48207) without triggering Windows CI jobs, so regressions go undetected until the change lands on `main`. Follows #48087 - more to come? --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cf876dc7604d2..483dbac00786ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,7 @@ - tools/windows/**/* # Build/packaging + - .bazel* - MODULE.bazel* - omnibus/**/* - packages/**/*