Skip to content

Refactor PR checks to run jobs in parallel#602

Open
ScottBrenner wants to merge 1 commit into
noahm:mainfrom
ScottBrenner:patch-1
Open

Refactor PR checks to run jobs in parallel#602
ScottBrenner wants to merge 1 commit into
noahm:mainfrom
ScottBrenner:patch-1

Conversation

@ScottBrenner

@ScottBrenner ScottBrenner commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ddr-tools Ready Ready Preview Jun 28, 2026 4:44pm

@noahm

noahm commented Jun 28, 2026

Copy link
Copy Markdown
Owner

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.

@ScottBrenner

ScottBrenner commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants