summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-step-priority-overrides-edecff2a6c68dcac.yaml
blob: 46610d824cb3f210d23b3cfaeb47d6f9efd571a3 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Resolve issue where ``[conductor]clean_step_priority_override`` values
    are applied too late, after disabled steps have been already filtered out.
    With this change, priority overrides are applied prior to filtering out
    disabled steps, so that this configuration option can use used to enable
    or disable steps (in particular clean steps) in addition to changing
    priorities they are run with.