Skip to content

Commit a40fea6

Browse files
authored
Consider .ini files & config files in Python file changes (#1207)
The files in dev_tools/conf/ should also be tested when checking for file changes, because configuration file changes may affect pytest and other behaviors, which in turn can affect CI results.
1 parent 9ff51cb commit a40fea6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
- '**/CITATION.cff'
167167
python:
168168
- '**/*.py'
169+
- 'dev_tools/conf/**'
169170
- 'dev_tools/requirements/deps/*.txt'
170171
- 'dev_tools/requirements/env/*.txt'
171172
- 'dev_tools/requirements/max_compat/*.txt'

0 commit comments

Comments
 (0)