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
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):
It would be great to be able to condense this to a single step.
The text was updated successfully, but these errors were encountered:
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):
It would be great to be able to condense this to a single step.
The text was updated successfully, but these errors were encountered: