Skip to content

Actions steps can now be run in parallel

UpdateVerifiedAdded Sep 22, 2026

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 could run steps in a non-blocking way using shell backgrounding ( & ), but that often interleaved logs from multiple steps.

Topics: Observability, Developer tools

GitHub's release notes

Summaries of vendors' own notes. Product names and logos belong to their owners; logos via logo.dev.

More GitHub Actions releases

Every GitHub Actions release

Also shipped on Jun 25, 2026

GitHub in June 2026

Weekly: the week's data and AI releases, Tuesday mornings.