CI: docker focus on PL only (#14246)

* CI: docker focus on PL only

* group
This commit is contained in:
Jirka Borovec 2022-08-17 17:39:27 +02:00 committed by GitHub
parent 7c329dd3ac
commit 909e7e7788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -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)"

View File

@ -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"