You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
Hey guys, my root directory's pipeline.yml looks like that. I have sub-directories having it's own defined pipeline.ymland all invoked from this root directory's pipeline.yml.
Is there a way that I can ensure each pipeline run in order? Currently I tried concurrency group and - wait in each sub-directoriy's pipeline.yml but no luck.
Would really appreciate your thinking and replies!