We have a mono repo ( one repo with multiple sub-projects , one for each service)
For the CI , each one of the services has a *-ci.yml file that runs tests, checkers and deployment.
How do I trigger each service’s CI from the “Run Pipline” page ? All I can see is a way to select a branch and input a variable.
thanks