Skip to content

Commit 909e7e7

Browse files
authored
CI: docker focus on PL only (#14246)
* CI: docker focus on PL only * group
1 parent 7c329dd commit 909e7e7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/checkgroup.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ subprojects:
7373
- id: "pytorch_lightning: Docker"
7474
paths:
7575
- "dockers/**"
76+
- "!dockers/README.md"
77+
- "requirements.txt"
78+
- "requirements/*.txt"
79+
- "requirements/pytorch/*"
80+
- "environment.yml"
81+
- ".github/workflows/*docker*.yml"
82+
- "setup.py"
7683
checks:
7784
- "build-conda (3.8, 1.10)"
7885
- "build-conda (3.8, 1.9)"

.github/workflows/cicd-pytorch-dockers.yml renamed to .github/workflows/ci-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)