@@ -14,6 +14,9 @@ subprojects:
1414 - " tests/legacy/back-compatible-versions.txt"
1515 - " setup.cfg" # includes pytest config
1616 - " .actions/**"
17+ - " !requirements/**/docs.txt"
18+ - " !*.md"
19+ - " !**/*.md"
1720 checks :
1821 - " pl-cpu (macOS-11, pytorch, 3.8, 1.11)"
1922 - " pl-cpu (macOS-11, pytorch, 3.9, 1.12)"
@@ -53,6 +56,9 @@ subprojects:
5356 - " requirements/lite/**"
5457 - " src/lightning_lite/**"
5558 - " .actions/**"
59+ - " !requirements/**/docs.txt"
60+ - " !*.md"
61+ - " !**/*.md"
5662 checks :
5763 - " pytorch-lightning (GPUs)"
5864
@@ -61,6 +67,9 @@ subprojects:
6167 - " .azure/gpu-benchmark.yml"
6268 - " tests/tests_pytorch/benchmarks/**"
6369 - " requirements/pytorch/**"
70+ - " !requirements/pytorch/docs.txt"
71+ - " !*.md"
72+ - " !**/*.md"
6473 checks :
6574 - " pytorch-lightning.Benchmark"
6675
@@ -75,6 +84,9 @@ subprojects:
7584 - " tests/tests_pytorch/**"
7685 - " setup.cfg" # includes pytest config
7786 - " .actions/**"
87+ - " !requirements/**/docs.txt"
88+ - " !*.md"
89+ - " !**/*.md"
7890 checks :
7991 - " pytorch-lightning (HPUs)"
8092
@@ -88,6 +100,9 @@ subprojects:
88100 - " tests/tests_pytorch/**"
89101 - " setup.cfg" # includes pytest config
90102 - " .actions/**"
103+ - " !requirements/**/docs.txt"
104+ - " !*.md"
105+ - " !**/*.md"
91106 checks :
92107 - " pytorch-lightning (IPUs)"
93108
@@ -104,6 +119,9 @@ subprojects:
104119 # - "tests/tests_pytorch/**"
105120 # - "setup.cfg" # includes pytest config
106121 # - ".actions/**"
122+ # - "!requirements/**/docs.txt"
123+ # - "!*.md"
124+ # - "!**/*.md"
107125 # checks:
108126 # - "test-on-tpus"
109127
@@ -117,6 +135,8 @@ subprojects:
117135 - " setup.py"
118136 - " setup.cfg" # includes metadata used in the package creation
119137 - " .actions/**"
138+ - " !*.md"
139+ - " !**/*.md"
120140 checks :
121141 - " make-doctest (pytorch)"
122142 - " make-html (pytorch)"
@@ -130,6 +150,9 @@ subprojects:
130150 - " environment.yml"
131151 - " setup.py"
132152 - " .actions/**"
153+ - " !requirements/**/docs.txt"
154+ - " !*.md"
155+ - " !**/*.md"
133156 checks :
134157 - " build-cuda (3.9, 1.10, 11.3.1)"
135158 - " build-cuda (3.9, 1.11, 11.3.1)"
@@ -154,6 +177,9 @@ subprojects:
154177 - " setup.cfg" # includes pytest config
155178 - " .github/workflows/ci-lite-tests.yml"
156179 - " .actions/**"
180+ - " !requirements/lite/docs.txt"
181+ - " !*.md"
182+ - " !**/*.md"
157183 checks :
158184 - " lite-cpu (macOS-11, lite, 3.8, 1.11)"
159185 - " lite-cpu (macOS-11, lite, 3.9, 1.12)"
@@ -184,6 +210,9 @@ subprojects:
184210 - " tests/tests_lite/**"
185211 - " setup.cfg" # includes pytest config
186212 - " .actions/**"
213+ - " !requirements/lite/docs.txt"
214+ - " !*.md"
215+ - " !**/*.md"
187216 checks :
188217 - " lightning-lite (GPUs)"
189218
@@ -198,6 +227,9 @@ subprojects:
198227 - " requirements/app/**"
199228 - " setup.py"
200229 - " .actions/**"
230+ - " !requirements/app/docs.txt"
231+ - " !*.md"
232+ - " !**/*.md"
201233 checks :
202234 - " app-pytest (macOS-11, app, 3.8, latest)"
203235 - " app-pytest (macOS-11, app, 3.8, oldest)"
@@ -218,6 +250,9 @@ subprojects:
218250 - " requirements/app/**"
219251 - " setup.py"
220252 - " .actions/**"
253+ - " !requirements/app/docs.txt"
254+ - " !*.md"
255+ - " !**/*.md"
221256 checks :
222257 - " app-examples (macOS-11, app, 3.9, latest)"
223258 - " app-examples (macOS-11, app, 3.9, oldest)"
@@ -239,6 +274,9 @@ subprojects:
239274 - " tests/tests_app_examples/**"
240275 - " setup.py"
241276 - " .actions/**"
277+ - " !requirements/app/docs.txt"
278+ - " !*.md"
279+ - " !**/*.md"
242280 checks :
243281 - " App.cloud-e2e"
244282
@@ -252,6 +290,8 @@ subprojects:
252290 - " setup.py"
253291 - " setup.cfg" # includes metadata used in the package creation
254292 - " .actions/**"
293+ - " !*.md"
294+ - " !**/*.md"
255295 checks :
256296 - " make-doctest (app)"
257297 - " make-html (app)"
@@ -265,6 +305,9 @@ subprojects:
265305 - " src/**"
266306 - " pyproject.toml" # includes mypy config
267307 - " .actions/**"
308+ - " !requirements/**/docs.txt"
309+ - " !*.md"
310+ - " !**/*.md"
268311 checks :
269312 - " mypy"
270313
@@ -275,6 +318,9 @@ subprojects:
275318 - " setup.py"
276319 - " src/**"
277320 - " requirements/**"
321+ - " !requirements/**/docs.txt"
322+ - " !*.md"
323+ - " !**/*.md"
278324 checks :
279325 - " install-pkg (ubuntu-22.04, app, 3.7)"
280326 - " install-pkg (ubuntu-22.04, app, 3.10)"
0 commit comments