From b92dd2ded0a26f9a272a38fda0078d71d8919ee6 Mon Sep 17 00:00:00 2001 From: Heinrich Lee Yu <heinrich@gitlab.com> Date: Wed, 5 Feb 2025 01:34:09 +0800 Subject: [PATCH] Add doc/update/breaking_windows.md to CI rules Runs the deprecations-and-removals job when breaking_windows.md is changed. This makes MR pipelines fail when the file is updated manually. --- .gitlab/ci/rules.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml index 10184fe6dffe8..ac70807b3f49c 100644 --- a/.gitlab/ci/rules.gitlab-ci.yml +++ b/.gitlab/ci/rules.gitlab-ci.yml @@ -300,6 +300,7 @@ - "scripts/lint/check_mermaid.mjs" .docs-deprecations-and-removals-patterns: &docs-deprecations-and-removals-patterns + - "doc/update/breaking_windows.md" - "doc/update/deprecations.md" - "data/deprecations/**/*" - "tooling/docs/**/*" -- GitLab