Skip to content

ci: Skip unit tests on documentation and config changes#2503

Merged
twishabansal merged 11 commits into
mainfrom
skip-unit-tests
Feb 20, 2026
Merged

ci: Skip unit tests on documentation and config changes#2503
twishabansal merged 11 commits into
mainfrom
skip-unit-tests

Conversation

@twishabansal

Copy link
Copy Markdown
Contributor

Description

Updates the unit tests workflow to prevent unnecessary CI runs.

The unit tests job will now be skipped when changes are limited to:

  • Documentation (docs/**, **.md)
  • Other GitHub configuration files (.github/**)

Note: Changes to the test workflow file itself remain an exception and will trigger the tests, ensuring we can validate workflow modifications.

PR Checklist

Thank you for opening a Pull Request! Before submitting your PR, there are a
few things you can do to make sure it goes smoothly:

  • Make sure you reviewed
    CONTRIBUTING.md
  • Make sure to open an issue as a
    bug/issue
    before writing your code! That way we can discuss the change, evaluate
    designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)
  • Make sure to add ! if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

@twishabansal twishabansal marked this pull request as ready for review February 18, 2026 09:45
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@twishabansal twishabansal requested a review from a team February 18, 2026 09:45
@twishabansal twishabansal changed the title ci: Skip unit tests on documentation and config changes ci: Skip unit tests on documentation and config changes Feb 18, 2026
@twishabansal twishabansal changed the title ci: Skip unit tests on documentation and config changes ci(tests): Skip unit tests on documentation and config changes Feb 18, 2026
@twishabansal twishabansal changed the title ci(tests): Skip unit tests on documentation and config changes ci: Skip unit tests on documentation and config changes Feb 18, 2026
Comment thread .github/workflows/tests.yaml Outdated
@twishabansal twishabansal requested a review from Yuan325 February 19, 2026 06:42
@twishabansal twishabansal merged commit fe35e55 into main Feb 20, 2026
21 checks passed
@twishabansal twishabansal deleted the skip-unit-tests branch February 20, 2026 07:16
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