Skip to content

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

Merged
ayeshurun merged 5 commits intomicrosoft:mainfrom
ayeshurun:copilot/update-fab-build-workflow
Mar 22, 2026
Merged

ci: add path filters to fab-build workflow#197
ayeshurun merged 5 commits intomicrosoft:mainfrom
ayeshurun:copilot/update-fab-build-workflow

Conversation

@ayeshurun
Copy link
Collaborator

📥 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.
@ayeshurun ayeshurun requested a review from a team as a code owner March 22, 2026 11:15
@ayeshurun ayeshurun merged commit b45629e into microsoft:main Mar 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants