]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitd481f7dcafacd7d6a294ec7f130f43cbe065325b
treece0e0574bed9fbe1a7094416c32919c476aefb82
parentbb5a9104cfb3f26fe039e1749bbaa8bbac2494af
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
.gitlab-ci.yml