From: Michal Nowak Date: Sun, 24 May 2026 17:50:49 +0000 (+0000) Subject: Fix duplicate rules: key in meson-format CI job X-Git-Tag: v9.21.23~37^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d481f7dcafacd7d6a294ec7f130f43cbe065325b;p=thirdparty%2Fbind9.git Fix duplicate rules: key in meson-format CI job The meson-format job had two `rules:` blocks. YAML silently overwrites the first with the second, so the job only ran on MRs with meson.build changes. The intended rules (tags, schedules, other pipeline sources) were silently discarded. Remove the duplicate to restore the original intent. Assisted-by: Claude:claude-opus-4-7 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c7fc4a09e2..83c363af6b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -766,10 +766,6 @@ meson-format: - meson-format.patch expire_in: "1 week" when: on_failure - rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - changes: - - "**/meson.build" doctest: <<: *quick_checks_job