8 — Matrix Builds
Purpose
[stub: matrix-builds]
Metadata
| Author | Amit Singh |
| Scope | ci-cd |
Local graph
Related notes
7 — Running Jobs
Covers sequential vs. parallel job execution, job dependencies via needs, conditional job/step execution, and continue-on-error semantics for fault-tolerant pipelines.
9 — Workflow Outputs
Covers job outputs, step outputs, and passing data between jobs and reusable workflows without relying on shared filesystem state.
11 — Composite Actions
Compares composite actions, JavaScript actions, and Docker actions as ways to package and publish reusable steps to the Marketplace.
10 — Reusable Workflows
Covers workflow_call, typed inputs/outputs/secrets, and versioning and best-practice conventions for DRY, org-shared CI, grounded in this repo's own reusable Docker, .NET, Python, and Terraform workflows.