Disallow GitOps pipelines from running if a currently executing pipeline is already running
T
Tan Cod
We have a requirement where we would like for GitOps pipelines to not execute if an existing execution is already running with the same inputs. We don't want queueing. We want it to just not run when matching inputs (service and env) are provided.
Log In