I would like to send build notifications regardless of whether or not another pipeline fails.
Currently, I have the notifications
pipeline using a depends_on
list of the other pipelines, however it does not run when one of the other pipelines fails. How can I get around this?
Thanks