Skip to content

Commit d16c9eb

Browse files
Bordalexierule
authored andcommitted
CI: docker focus on PL only (#14246)
* CI: docker focus on PL only * group (cherry picked from commit 909e7e7)
1 parent ed51238 commit d16c9eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd-pytorch_dockers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
paths:
99
- "dockers/**"
1010
- "!dockers/README.md"
11-
- "requirements/**"
1211
- "requirements.txt"
12+
- "requirements/*.txt"
13+
- "requirements/pytorch/*"
1314
- "environment.yml"
1415
- ".github/workflows/*docker*.yml"
1516
- "setup.py"

0 commit comments

Comments
 (0)