You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a neat new feature to learn about! However, are you aware of any benefits it has over the matrix approach the actions here are already configured with? I see one downside to it which is that all the individual checks now roll up into a single status item, rather than showing as distinct checks on the PR status.
Matrices are intended to be for multiple job runs from a single definition, across a combination of variables - which just so happened to be usable for the checks that are run here. Parallel does run a group of checks in a single job, as you've noted. I wouldn't say it's any better necessarily, just a more ""native"" way of doing these checks at the same time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Leverages https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepsparallel, reference https://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel/.
Example run - https://github.com/noahm/DDRCardDraw/actions/runs/28329029313/job/83923899033
