Skip to content

ci: skip FP stability and convergence when no relevant files changed#1425

Merged
sbryngelson merged 1 commit into
masterfrom
fix/ci-file-change-guards
May 11, 2026
Merged

ci: skip FP stability and convergence when no relevant files changed#1425
sbryngelson merged 1 commit into
masterfrom
fix/ci-file-change-guards

Conversation

@sbryngelson
Copy link
Copy Markdown
Member

Summary

  • Adds a file-changes job (dorny/paths-filter) to both fp-stability.yml and convergence.yml
  • Main job is gated: skips unless checkall is true (src/tests/scripts changed) or event is workflow_dispatch
  • Registers both workflow files in file-filter.yml so edits to them trigger a run
  • Also aligns convergence.yml pull_request trigger to use explicit types: like the other workflows

Test plan

  • Open a PR that only touches docs/CI-unrelated files — both workflows should show "Detect File Changes" passing and main job skipped
  • Open a PR that touches a .fpp file — both workflows should run normally

Add a file-changes job (dorny/paths-filter) to both workflows so they
skip on PRs that only touch docs, CI config, or other non-code files.
Also register both workflow files in file-filter.yml so changes to
them trigger a run.
@qodo-code-review
Copy link
Copy Markdown
Contributor

ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one.

@sbryngelson sbryngelson merged commit 50a0807 into master May 11, 2026
24 checks passed
@sbryngelson sbryngelson deleted the fix/ci-file-change-guards branch May 11, 2026 18:48
@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.95%. Comparing base (2ecf477) to head (ce848b2).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1425   +/-   ##
=======================================
  Coverage   64.95%   64.95%           
=======================================
  Files          72       72           
  Lines       18880    18880           
  Branches     1573     1573           
=======================================
  Hits        12263    12263           
  Misses       5641     5641           
  Partials      976      976           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant