[PR #5993] Merge concurrent matrix output #2650

Open
opened 2026-03-01 22:37:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/5993
Author: @avoidik
Created: 1/14/2026
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

  • 00dc0be Merge concurrent matrix output
  • af90cc9 Correctly handle fail-fast

📊 Changes

8 files changed (+641 additions, -5 deletions)

View changed files

📝 pkg/common/executor.go (+110 -0)
📝 pkg/common/executor_test.go (+238 -0)
📝 pkg/common/job_error.go (+20 -0)
📝 pkg/model/workflow.go (+13 -0)
📝 pkg/runner/job_executor.go (+9 -0)
pkg/runner/matrix_outputs_test.go (+197 -0)
📝 pkg/runner/run_context.go (+27 -2)
📝 pkg/runner/runner.go (+27 -3)

📄 Description

Address https://github.com/nektos/act/issues/981


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/5993 **Author:** [@avoidik](https://github.com/avoidik) **Created:** 1/14/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`00dc0be`](https://github.com/nektos/act/commit/00dc0befb21accb5850b480f9d2c56f645f5983b) Merge concurrent matrix output - [`af90cc9`](https://github.com/nektos/act/commit/af90cc99bdd8190762dea57319d8a99efa53f432) Correctly handle fail-fast ### 📊 Changes **8 files changed** (+641 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `pkg/common/executor.go` (+110 -0) 📝 `pkg/common/executor_test.go` (+238 -0) 📝 `pkg/common/job_error.go` (+20 -0) 📝 `pkg/model/workflow.go` (+13 -0) 📝 `pkg/runner/job_executor.go` (+9 -0) ➕ `pkg/runner/matrix_outputs_test.go` (+197 -0) 📝 `pkg/runner/run_context.go` (+27 -2) 📝 `pkg/runner/runner.go` (+27 -3) </details> ### 📄 Description Address https://github.com/nektos/act/issues/981 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2650
No description provided.