All updates
github: Actions steps can now be run in parallel
Jun 25, 2026
GitHub Actions now supports running workflow steps concurrently by running them in the background. Previously, steps always executed sequentially, with each step waiting for the prior one to finish.
- Source: GitHub