Skip running tests when the only file changed is markdown
Open
Central-EngSys
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
Take this PR for example: https://github.com/Azure/azure-sdk-for-js/pull/15523.
All it does is update the date in the changelog before a release. All tests associated with that folder is run in the PR CI which adds no value. Is there a way for the PR CI to skip the tests the only files changed are markdown files?
What I am looking for ways to reduce the wait time on PRs that are only trying to update markdown files. No issues in running the link verififcation and other checks.
(Not sure if other language repos have use for running the tests when markdown files are changed)
Contributor guide
Assessment
This issue has not been assessed yet.