github / github/roadmap

Parallel steps in GitHub Actions [GA]

Ouverte
#1,191 8 commentaires 101 réactions 0 personnes assignées Voir sur GitHub
cloud Enterprise Free GA Shipped Team
Langage dominant
Aucune donnée de langage
Étoiles
8.9k
Forks
1.8k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### Value Prop

GitHub Actions will address the long-standing community ask to support running multiple steps in parallel in GitHub Actions

### Expected Outcome

There will be two primary feature components:
1. The ability to designate some steps as `background` steps, which will allow them to run without blocking the start of subsequent steps. We will also add additional `wait` steps where users can synchronize sequential execution and `cancel` steps that allow the graceful termination of long running `background` steps
2. A `parallel` block that will enable customers to designate a set of steps that will run in parallel. This block will be syntactic sugar that uses `background` steps and a `wait` command under the hood.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.