github / github/roadmap

Parallel steps in GitHub Actions [GA]

オープン
#1,191 コメント 8 件 リアクション 101 件 担当者 0 名 GitHub で見る
cloud Enterprise Free GA Shipped Team
主要言語
言語のデータがありません
スター
8.9k
フォーク
1.8k
PR マージ指標
30日以内にマージされた PR はありません

説明

### 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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。