It’d be awesome if the Workflow editor supported displaying / editing “run_if” Currently, that seems possible only by directly editing the yaml.
teardown_workflow:
steps:
- slack:
is_always_run: true
run_if: ".IsBuildFailed"
inputs:
