This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Is there a way to invoke pipelines/command one by one when multiple changes happened in multiple path? #39
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hey guys, my root directory's pipeline.yml looks like that. I have sub-directories having it's own defined
pipeline.yml
and 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'spipeline.yml
but no luck.Would really appreciate your thinking and replies!
The text was updated successfully, but these errors were encountered: