Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Allow parallel checking for success of multiple workflows, not just multiple jobs in one workflow #103

Open
corneliusroemer opened this issue Mar 9, 2024 · 1 comment

Comments

@corneliusroemer
Copy link

I need to wait on multiple workflows' successful completion.

If I don't misunderstand this action, the only way to achieve this when using the wait-on-check-action is to repeat the action as many times as there are workflows to wait on.

It would be great if one could pass a list of workflows to wait on. This could help avoid the accumulation of set up times mentioned in #102 and simplify workflows, as there's quite a lot of repetition when including this action e.g. 5 times as separate job steps.

This is what's necessary right now (as far as I can tell):
image

It would be great to be able to condense this to a single step.

@qwertychouskie
Copy link

Echoing this request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants