Skip to content

Skip unrelated CI jobs with path-based filters#252

Merged
BunsDev merged 1 commit into
mainfrom
okcode/reduce-post-commit-actions
Apr 5, 2026
Merged

Skip unrelated CI jobs with path-based filters#252
BunsDev merged 1 commit into
mainfrom
okcode/reduce-post-commit-actions

Conversation

@BunsDev

@BunsDev BunsDev commented Apr 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a detect_changes job that classifies file changes into browser, desktop, and release-smoke impact areas.
  • Gate browser test setup and execution so they only run when relevant files change.
  • Skip the Windows desktop build and release smoke jobs unless their watched paths are touched.
  • Add workflow concurrency to cancel superseded CI runs for the same PR or branch.

Testing

  • Not run (workflow-only change).
  • Verified the CI workflow diff updates job dependencies and conditional execution as intended.

- Add path-based change detection to gate browser, Windows desktop, and release smoke jobs
- Reduce unnecessary post-commit CI work with workflow concurrency and targeted job conditions
@vercel

vercel Bot commented Apr 5, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
okcode-marketing Ready Ready Preview Apr 5, 2026 5:59am
v0-compute-the-platform-to-build Ready Ready Preview, Open in v0 Apr 5, 2026 5:59am

@github-actions github-actions Bot added the size:M label Apr 5, 2026
@github-actions github-actions Bot added the vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. label Apr 5, 2026
@BunsDev BunsDev merged commit b28bb27 into main Apr 5, 2026
10 of 11 checks passed
@BunsDev BunsDev deleted the okcode/reduce-post-commit-actions branch April 6, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant