]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: ci: Misc .gitlab-ci.yml fixes
authorMichal Nowak <mnowak@isc.org>
Mon, 25 May 2026 16:35:24 +0000 (18:35 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 25 May 2026 16:35:24 +0000 (18:35 +0200)
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
Merge branch 'mnowak/fix-gitlab-ci' into 'main'

See merge request isc-projects/bind9!12093


Trivial merge