Actions steps can now be run in parallel (opens in new tab)
GitHub Actions now supports running steps concurrently using background. Previously, all steps in a workflow ran in sequence, with each step starting only after the previous step completed. Previously, you… The post appeared first on .
Read the original article