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 10 forks source link

CI runs even though changed file paths ignored #117

Closed mattkram closed 1 year ago

mattkram commented 1 year ago

I'm noticing that the main CI is running, even though I've updated the paths-ignore filter. There may be a bug in GitHub Actions: https://github.com/actions/runner/issues/2324

We should potentially instead use a path include filter, which I think will work.

Originally posted by @mattkram in https://github.com/conda-incubator/conda-project/issues/116#issuecomment-1622916655

mattkram commented 1 year ago

Disregard, user error. See this comment for more explanation: https://github.com/conda-incubator/conda-project/pull/116#issuecomment-1622923830