cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

Rerun actions on workflow changes #79

Open lunacd opened 1 month ago

lunacd commented 1 month ago

A previous commit [1] was made to limit when the tests are run. However, the list in [1] does not include the workflow file itself. This prevents tests from being executed if a commit or PR only modifies test.yml workflow file. That is, without this change, this very PR would not trigger any testing.

[1] https://github.com/cps-org/cps-config/commit/b901168e1617fd5c15f30a65b62126fda594339b

dcbaker commented 1 month ago

Also, should we watch the docket files as well?

lunacd commented 1 month ago

Also, should we watch the docket files as well?

Dockerfiles currently live in tests/. If they were to move to somewhere else, then we should take care to include them as well.