Skip to content

Commit

Permalink
Fix: Correct information about matrix strategy usage for entire workf…
Browse files Browse the repository at this point in the history
…lows

The repository incorrectly stated that the matrix strategy can be used to parallelize entire workflows. This commit updates the documentation to clarify that matrix strategy only applies to jobs within a single workflow, not across multiple workflows.
  • Loading branch information
mfenerich authored Oct 2, 2024
1 parent 130305e commit e5b1d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/questions/actions/question-014.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
os: [ubuntu-latest, windows-latest]
```
> https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-a-matrix-strategy-with-a-reusable-workflow
1. [ ] No
1. [x] Yes
1. [x] No
1. [ ] Yes

0 comments on commit e5b1d77

Please sign in to comment.