sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

fix : ci: skip tests for doc-only changes

Open Dibbu-cell opened this issue 2 months ago • 1 comments

Description

Add paths-ignore to generated test workflows so CI skips running tests when only documentation files change.

  • updated scripts/split_tox_gh_actions/templates/base.jinja to add paths-ignore for '/*.md', 'docs/', 'README.md', 'CHANGELOG.md'
  • regenerated workflows under .github/workflows

Issues

  • resolves: #4907

Reminders

Dibbu-cell avatar Oct 13 '25 13:10 Dibbu-cell