conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

CI won't run required checks if ignored files are changed in a PR #120

Open mattkram opened 1 year ago

mattkram commented 1 year ago

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