]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix duplicate rules: key in meson-format CI job
authorMichal Nowak <mnowak@isc.org>
Sun, 24 May 2026 17:50:49 +0000 (17:50 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 25 May 2026 14:14:54 +0000 (14:14 +0000)
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
.gitlab-ci.yml

index 9c7fc4a09e2eca8b52da00f4746c2fa90e5bf9d9..83c363af6b952259ea58226bbd52a9125ba41965 100644 (file)
@@ -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