chg: [template] conditionally list IR phases in RP body

This commit is contained in:
VVX7 2020-02-18 18:25:22 -05:00
parent c492c501da
commit 79bb2de6d6

View File

@ -13,8 +13,7 @@
{{ workflow }}
{% for stage_name, stage_actions in stages %}
#### {{ stage_name }}
{% if stage_actions is not none and stage_actions|length %}#### {{ stage_name }}{% endif %}
{% for action_description, action_workflow in stage_actions%}
##### {{ action_description }}