Skip to content

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

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/update-fab-build-workflow
Draft

ci: add path filters to fab-build workflow#83
Copilot wants to merge 3 commits intomainfrom
copilot/update-fab-build-workflow

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 22, 2026

📥 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

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.

3 participants