Skip to content

ci: exclude docs/**/*.txt from CI test triggers#1693

Merged
nathanjmcdougall merged 2 commits intomainfrom
copilot/update-ci-workflow-to-exclude-doc-txt
Apr 1, 2026
Merged

ci: exclude docs/**/*.txt from CI test triggers#1693
nathanjmcdougall merged 2 commits intomainfrom
copilot/update-ci-workflow-to-exclude-doc-txt

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

Changes to docs/**/*.txt (auto-generated files like functions.txt, module-tree.txt, skills-directory.txt) were triggering the full pytest matrix across all Python versions and OSes unnecessarily. Static checks (static-checks.yml) have no path filters and continue to validate these files.

  • Added docs/**/*.txt to paths-ignore in ci.yml for both push and pull_request triggers

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/aff8ffa0-96c3-4463-8680-f88878f13ef7

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CI to skip pytest for doc/**/*.txt changes ci: exclude docs/**/*.txt from CI test triggers Apr 1, 2026
Copilot AI requested a review from nathanjmcdougall April 1, 2026 05:14
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review April 1, 2026 09:11
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 1, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing copilot/update-ci-workflow-to-exclude-doc-txt (7d3dd73) with main (6f08f4b)

Open in CodSpeed

@nathanjmcdougall nathanjmcdougall merged commit 7c3ef37 into main Apr 1, 2026
20 checks passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/update-ci-workflow-to-exclude-doc-txt branch April 1, 2026 09:31
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.

Don't trigger CI tests on changes to doc/**/*.txt

2 participants