@@ -14,6 +14,9 @@ subprojects:
14
14
- " tests/legacy/back-compatible-versions.txt"
15
15
- " setup.cfg" # includes pytest config
16
16
- " .actions/**"
17
+ - " !requirements/**/docs.txt"
18
+ - " !*.md"
19
+ - " !**/*.md"
17
20
checks :
18
21
- " pl-cpu (macOS-11, pytorch, 3.8, 1.11)"
19
22
- " pl-cpu (macOS-11, pytorch, 3.9, 1.12)"
@@ -53,6 +56,9 @@ subprojects:
53
56
- " requirements/lite/**"
54
57
- " src/lightning_lite/**"
55
58
- " .actions/**"
59
+ - " !requirements/**/docs.txt"
60
+ - " !*.md"
61
+ - " !**/*.md"
56
62
checks :
57
63
- " pytorch-lightning (GPUs)"
58
64
@@ -61,6 +67,9 @@ subprojects:
61
67
- " .azure/gpu-benchmark.yml"
62
68
- " tests/tests_pytorch/benchmarks/**"
63
69
- " requirements/pytorch/**"
70
+ - " !requirements/pytorch/docs.txt"
71
+ - " !*.md"
72
+ - " !**/*.md"
64
73
checks :
65
74
- " pytorch-lightning.Benchmark"
66
75
@@ -75,6 +84,9 @@ subprojects:
75
84
- " tests/tests_pytorch/**"
76
85
- " setup.cfg" # includes pytest config
77
86
- " .actions/**"
87
+ - " !requirements/**/docs.txt"
88
+ - " !*.md"
89
+ - " !**/*.md"
78
90
checks :
79
91
- " pytorch-lightning (HPUs)"
80
92
@@ -88,6 +100,9 @@ subprojects:
88
100
- " tests/tests_pytorch/**"
89
101
- " setup.cfg" # includes pytest config
90
102
- " .actions/**"
103
+ - " !requirements/**/docs.txt"
104
+ - " !*.md"
105
+ - " !**/*.md"
91
106
checks :
92
107
- " pytorch-lightning (IPUs)"
93
108
@@ -104,6 +119,9 @@ subprojects:
104
119
# - "tests/tests_pytorch/**"
105
120
# - "setup.cfg" # includes pytest config
106
121
# - ".actions/**"
122
+ # - "!requirements/**/docs.txt"
123
+ # - "!*.md"
124
+ # - "!**/*.md"
107
125
# checks:
108
126
# - "test-on-tpus"
109
127
@@ -117,6 +135,8 @@ subprojects:
117
135
- " setup.py"
118
136
- " setup.cfg" # includes metadata used in the package creation
119
137
- " .actions/**"
138
+ - " !*.md"
139
+ - " !**/*.md"
120
140
checks :
121
141
- " make-doctest (pytorch)"
122
142
- " make-html (pytorch)"
@@ -130,6 +150,9 @@ subprojects:
130
150
- " environment.yml"
131
151
- " setup.py"
132
152
- " .actions/**"
153
+ - " !requirements/**/docs.txt"
154
+ - " !*.md"
155
+ - " !**/*.md"
133
156
checks :
134
157
- " build-cuda (3.9, 1.10, 11.3.1)"
135
158
- " build-cuda (3.9, 1.11, 11.3.1)"
@@ -154,6 +177,9 @@ subprojects:
154
177
- " setup.cfg" # includes pytest config
155
178
- " .github/workflows/ci-lite-tests.yml"
156
179
- " .actions/**"
180
+ - " !requirements/lite/docs.txt"
181
+ - " !*.md"
182
+ - " !**/*.md"
157
183
checks :
158
184
- " lite-cpu (macOS-11, lite, 3.8, 1.11)"
159
185
- " lite-cpu (macOS-11, lite, 3.9, 1.12)"
@@ -184,6 +210,9 @@ subprojects:
184
210
- " tests/tests_lite/**"
185
211
- " setup.cfg" # includes pytest config
186
212
- " .actions/**"
213
+ - " !requirements/lite/docs.txt"
214
+ - " !*.md"
215
+ - " !**/*.md"
187
216
checks :
188
217
- " lightning-lite (GPUs)"
189
218
@@ -198,6 +227,9 @@ subprojects:
198
227
- " requirements/app/**"
199
228
- " setup.py"
200
229
- " .actions/**"
230
+ - " !requirements/app/docs.txt"
231
+ - " !*.md"
232
+ - " !**/*.md"
201
233
checks :
202
234
- " app-pytest (macOS-11, app, 3.8, latest)"
203
235
- " app-pytest (macOS-11, app, 3.8, oldest)"
@@ -218,6 +250,9 @@ subprojects:
218
250
- " requirements/app/**"
219
251
- " setup.py"
220
252
- " .actions/**"
253
+ - " !requirements/app/docs.txt"
254
+ - " !*.md"
255
+ - " !**/*.md"
221
256
checks :
222
257
- " app-examples (macOS-11, app, 3.9, latest)"
223
258
- " app-examples (macOS-11, app, 3.9, oldest)"
@@ -239,6 +274,9 @@ subprojects:
239
274
- " tests/tests_app_examples/**"
240
275
- " setup.py"
241
276
- " .actions/**"
277
+ - " !requirements/app/docs.txt"
278
+ - " !*.md"
279
+ - " !**/*.md"
242
280
checks :
243
281
- " App.cloud-e2e"
244
282
@@ -252,6 +290,8 @@ subprojects:
252
290
- " setup.py"
253
291
- " setup.cfg" # includes metadata used in the package creation
254
292
- " .actions/**"
293
+ - " !*.md"
294
+ - " !**/*.md"
255
295
checks :
256
296
- " make-doctest (app)"
257
297
- " make-html (app)"
@@ -265,6 +305,9 @@ subprojects:
265
305
- " src/**"
266
306
- " pyproject.toml" # includes mypy config
267
307
- " .actions/**"
308
+ - " !requirements/**/docs.txt"
309
+ - " !*.md"
310
+ - " !**/*.md"
268
311
checks :
269
312
- " mypy"
270
313
@@ -275,6 +318,9 @@ subprojects:
275
318
- " setup.py"
276
319
- " src/**"
277
320
- " requirements/**"
321
+ - " !requirements/**/docs.txt"
322
+ - " !*.md"
323
+ - " !**/*.md"
278
324
checks :
279
325
- " install-pkg (ubuntu-22.04, app, 3.7)"
280
326
- " install-pkg (ubuntu-22.04, app, 3.10)"
0 commit comments