We have a branch protection rule set such that a PR cannot be merged unless the check job passes. We also have ignored paths defined to prevent running all the tests on simple changes to text files, such as the README or docs.
If a PR is made that only changes files for which the test runs are ignored, the check job never runs and the branch protection rule won't allow the PR to be merged.
We have a branch protection rule set such that a PR cannot be merged unless the
check
job passes. We also have ignored paths defined to prevent running all the tests on simple changes to text files, such as the README or docs.If a PR is made that only changes files for which the test runs are ignored, the
check
job never runs and the branch protection rule won't allow the PR to be merged.Originally posted by @mattkram in https://github.com/conda-incubator/conda-project/pull/116#issuecomment-1626401451