Just noticed a conditional check wasn't migrated correctly to a boolean value. In v2: ```yaml show_when: schedule: true ``` In v3: ```yaml show_when: schedule: '1' ```