CI: docker focus on PL only (#14246)
* CI: docker focus on PL only * group
This commit is contained in:
parent
7c329dd3ac
commit
909e7e7788
|
@ -73,6 +73,13 @@ subprojects:
|
|||
- id: "pytorch_lightning: Docker"
|
||||
paths:
|
||||
- "dockers/**"
|
||||
- "!dockers/README.md"
|
||||
- "requirements.txt"
|
||||
- "requirements/*.txt"
|
||||
- "requirements/pytorch/*"
|
||||
- "environment.yml"
|
||||
- ".github/workflows/*docker*.yml"
|
||||
- "setup.py"
|
||||
checks:
|
||||
- "build-conda (3.8, 1.10)"
|
||||
- "build-conda (3.8, 1.9)"
|
||||
|
|
|
@ -8,8 +8,9 @@ on:
|
|||
paths:
|
||||
- "dockers/**"
|
||||
- "!dockers/README.md"
|
||||
- "requirements/**"
|
||||
- "requirements.txt"
|
||||
- "requirements/*.txt"
|
||||
- "requirements/pytorch/*"
|
||||
- "environment.yml"
|
||||
- ".github/workflows/*docker*.yml"
|
||||
- "setup.py"
|
Loading…
Reference in New Issue