How to run a pipeline after others have completed, regardless of failed pipelines?

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

You can configure a pipeline to execute both on success and on failure. See https://docs.drone.io/pipeline/docker/syntax/trigger/#by-status