Update pull_request.paths
filter in workflows for switch from setup.py
to pyproject.toml
#1208
Labels
pull_request.paths
filter in workflows for switch from setup.py
to pyproject.toml
#1208
The tests and documentation Action workflows both uses path filters to only trigger when a subset of files in repository are changed in a pull-request. For both there is currently a specific entry for files matching
setup.*
which matched both thesetup.py
andsetup.cfg
files previously present before #1158 was merged:TLOmodel/.github/workflows/docs.yml
Line 14 in f88df3e
TLOmodel/.github/workflows/tests.yml
Line 14 in f88df3e
These should be changed to
pyproject.toml
or similar to ensure we trigger the workflows whenever this file is changed.The text was updated successfully, but these errors were encountered: