We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c329dd commit 909e7e7Copy full SHA for 909e7e7
.github/checkgroup.yml
@@ -73,6 +73,13 @@ subprojects:
73
- id: "pytorch_lightning: Docker"
74
paths:
75
- "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"
83
checks:
84
- "build-conda (3.8, 1.10)"
85
- "build-conda (3.8, 1.9)"
.github/workflows/cicd-pytorch-dockers.yml renamed to .github/workflows/ci-pytorch-dockers.yml
@@ -8,8 +8,9 @@ on:
8
9
10
- "!dockers/README.md"
11
- - "requirements/**"
12
- "requirements.txt"
13
14
- "environment.yml"
15
- ".github/workflows/*docker*.yml"
16
- "setup.py"
0 commit comments