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 Oct 3, 2023. It is now read-only.
Because Run is a verb (and a common one in software development), many users would expect that it does something "now", as in, at the moment of being called.
Instead, it adds a list of steps to the collection which will run one after another, in a "sequence". Another function with a more appropriate name is Parallel(step ...Steps), which will run the listed steps in parallel or concurrently whenever the pipeline is executed.