Skip to content

ci: add path filters to fab-build workflow - #83

Draft
ayeshurun with Copilot wants to merge 5 commits into
mainfrom
copilot/update-fab-build-workflow
Draft

ci: add path filters to fab-build workflow#83
ayeshurun with Copilot wants to merge 5 commits into
mainfrom
copilot/update-fab-build-workflow

Conversation

Copilot AI commented Mar 22, 2026

Copy link
Copy Markdown

📥 Pull Request

✨ Description of new changes

The fab:build workflow runs on every PR to main regardless of what changed. PRs that only touch docs, markdown, or other non-code files waste CI resources on lint, type-check, test, and build jobs that cannot be affected.

Adds paths filter to the pull_request trigger so the workflow only runs when a PR includes changes to:

  • src/**, tests/** — source and test code
  • pyproject.toml, tox.toml, requirements*.txt — build/dependency config
  • .github/workflows/fab-build.yml — the workflow itself

ayeshurun and others added 4 commits March 17, 2026 12:14
This script benchmarks the startup performance of the CLI by measuring module import times, CLI invocation times, and heavy dependency loading. It allows comparisons against a baseline branch or tag.
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.

2 participants