[ENH] - Skip UI and Integration tests on Documentation only PRs #308
Labels
area: ci 👷🏽♀️
Items related to CI and CD
area: developer experience 👩🏻💻
area: testing ✅
Items related to testing
Feature description
This is a suggestions to automatically detects Pull Requests (PRs) that contain only documentation changes (such as updates to README files, CONTRIBUTING guidelines, or API docs) and skips UI and integration tests for these PRs. Running those tests for non-source code-related changes seems inefficient.
Value and/or benefit
Skipping UI and integration tests on documentation-only PRs significantly reduces the CI pipeline's runtime, as developers can receive faster feedback on submitted PRs when lengthy tests are omitted for non-code changes.
Anything else?
No response
The text was updated successfully, but these errors were encountered: