Break steps can stop a workflow branch
Workflows now include a Break flow-control step for stopping a branch when no more work should run.
Stop a branch without treating the entire workflow as failed.
Use Break in no-results and failure paths.
Keep later steps from running when a branch has nothing else to do.