Skip to content

Commit 4992283

Browse files
author
Chris Elion
authored
don't run pytest on doc or C# changes (#4454)
* don't run pytest on doc or C# changes * also run on test dependency configs
1 parent 43419b9 commit 4992283

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: pytest
22

33
on:
44
pull_request:
5+
paths: # This action will only run if the PR modifies a file in one of these directories
6+
- 'ml-agents/**'
7+
- 'ml-agents-envs/**'
8+
- 'gym-unity/**'
9+
- 'test_constraints*.txt'
10+
- 'test_requirements.txt'
511
push:
612
branches: [master]
713

0 commit comments

Comments
 (0)