mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-20 18:13:49 +00:00
Docs/markdown/Actions-only PRs still started the Run Tests workflow so branch-protection stubs could report required check names. The pytest matrix was already skipped, but the workflow still appeared and burned runners for Detect changes + skip jobs. - Add paths-ignore on tests, lint, and type-checker so those workflows do not start when only docs/**, *.md, *.mdx, or .github/** change - Add non-code-ci-status.yml to create the required check runs (lint, type-checker, tests, tests 3.10–3.13) via the Checks API - Drop in-workflow dorny skip scaffolding from the Python CI workflows - Exclude *.mdx in the vulnerability-scan path filter for consistency Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>