cookiecutter-hypermodern-python
cookiecutter-hypermodern-python copied to clipboard
only run tests workflow when needed
trafficstars
- ignore files that don't need tests, e.g. files in
docs/and.mdfiles
closes #1328
@cjolowicz Can you please have a look at this? and merge 🙏
This will cause problems with branch projection rules since the expected checks will stop showing up for docs-only changes. This can be solved by having a job that determines what other jobs should run. It's done in python/cpython, pypa/pip, ansible/pylibssh to give a few examples of reference implementations.