Skip to content

Commit c2e6fac

Browse files
authored
Also trigger Windows CI on .bazel* changes (#48209)
### 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? Co-authored-by: regis.desgroppes <[email protected]>
1 parent bfcf063 commit c2e6fac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
- tools/windows/**/*
7171

7272
# Build/packaging
73+
- .bazel*
7374
- MODULE.bazel*
7475
- omnibus/**/*
7576
- packages/**/*

0 commit comments

Comments
 (0)