Skip to content

Commit

Permalink
CI: docker focus on PL only (#14246)
Browse files Browse the repository at this point in the history
* CI: docker focus on PL only

* group
  • Loading branch information
Borda committed Aug 17, 2022
1 parent 7c329dd commit 909e7e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 909e7e7

Please sign in to comment.