Don't skip CI on md files#2073
Conversation
Greptile SummaryThis PR removes the Confidence Score: 5/5Safe to merge — a four-line deletion with a clear, correct intent and no functional regressions. The change is a minimal, intentional removal of path filters that were preventing the md-babel and ci-complete jobs from running on markdown-only PRs. Nothing in the remaining workflow logic is altered. No files require special attention — only .github/workflows/ci.yml is touched. Important Files Changed
Reviews (1): Last reviewed commit: "Don't skip CI on md files" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
At the very least, we need to run codeblocks and get the ci-complete status to pass when md files are changed.
I think it's easiest currently to just run the full workflow, as it doesn't take that long. Maybe in future we'll adapt this to only run specific steps depending on the files changed.