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"
|
- id: "pytorch_lightning: Docker"
|
||||||
paths:
|
paths:
|
||||||
- "dockers/**"
|
- "dockers/**"
|
||||||
|
- "!dockers/README.md"
|
||||||
|
- "requirements.txt"
|
||||||
|
- "requirements/*.txt"
|
||||||
|
- "requirements/pytorch/*"
|
||||||
|
- "environment.yml"
|
||||||
|
- ".github/workflows/*docker*.yml"
|
||||||
|
- "setup.py"
|
||||||
checks:
|
checks:
|
||||||
- "build-conda (3.8, 1.10)"
|
- "build-conda (3.8, 1.10)"
|
||||||
- "build-conda (3.8, 1.9)"
|
- "build-conda (3.8, 1.9)"
|
||||||
|
|
|
@ -8,8 +8,9 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- "dockers/**"
|
- "dockers/**"
|
||||||
- "!dockers/README.md"
|
- "!dockers/README.md"
|
||||||
- "requirements/**"
|
|
||||||
- "requirements.txt"
|
- "requirements.txt"
|
||||||
|
- "requirements/*.txt"
|
||||||
|
- "requirements/pytorch/*"
|
||||||
- "environment.yml"
|
- "environment.yml"
|
||||||
- ".github/workflows/*docker*.yml"
|
- ".github/workflows/*docker*.yml"
|
||||||
- "setup.py"
|
- "setup.py"
|
Loading…
Reference in New Issue