Skip to content

Gate preflight jobs by affected changes#20

Merged
devteapot merged 1 commit intomainfrom
chore/preflight-job-gating
Apr 6, 2026
Merged

Gate preflight jobs by affected changes#20
devteapot merged 1 commit intomainfrom
chore/preflight-job-gating

Conversation

@devteapot
Copy link
Copy Markdown
Owner

Summary

  • add a detect step to preflight CI that uses the existing preflight dependency graph to decide which jobs need to run for a PR
  • gate each preflight job on script-produced outputs so unrelated language and app checks are skipped when their code and dependencies did not change
  • add detector tests covering root workspace changes, Rust dependency propagation, formatter-only changes, and workflow-wide invalidation

Testing

  • bun test scripts/preflight.test.ts

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 6, 2026

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

Project Deployment Actions Updated (UTC)
slop-demo Ready Ready Preview, Comment Apr 6, 2026 6:05am
slop-docs Ready Ready Preview, Comment Apr 6, 2026 6:05am
slop-landing Ready Ready Preview, Comment Apr 6, 2026 6:05am
slop-playground Ready Ready Preview, Comment Apr 6, 2026 6:05am

Request Review

Use the preflight dependency graph to decide which CI jobs need to run so pull requests skip unrelated checks.
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.

1 participant