Skip to content

Commit 3b8fe8b

Browse files
authored
Merge pull request #11295 from sbidoul/run-tests-when-noxfile-changes
Always run CI workflows when noxfile changes
2 parents 3623d8c + 5ca7944 commit 3b8fe8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ jobs:
4646
# Anything that's touching "vendored code"
4747
- "src/pip/_vendor/**"
4848
- "pyproject.toml"
49+
- "noxfile.py"
4950
tests:
5051
# Anything that's touching code-related stuff
5152
- ".github/workflows/ci.yml"
5253
- "src/**"
5354
- "tests/**"
55+
- "noxfile.py"
5456
if: github.event_name == 'pull_request'
5557

5658
pre-commit:

0 commit comments

Comments
 (0)