I am working on the Serverless BE application, where I have multiple services where I need to deploy individually.
The code for these services is in the same repository and all the settings for deployment since they share a lot of things.
As soon as I want to deploy the whole environment (6 Services) I have a script that triggers the pipelines to deploy each service (and before that install dependencies and run the tests)
The pipelines start executing but at the time where deployment step is in place the rest of them are paused.
This does not make sense in my case and i want to be able to disable this feature