mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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
This commit is contained in:
parent
bb5a9104cf
commit
d481f7dcaf
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue