@@ -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,8 @@ subprojects:
104
119
# - "tests/tests_pytorch/**"
105
120
# - "setup.cfg" # includes pytest config
106
121
# - ".actions/**"
122
+ # - "!requirements/**/docs.txt"
123
+ # - "!**/*.md"
107
124
# checks:
108
125
# - "test-on-tpus"
109
126
@@ -117,6 +134,8 @@ subprojects:
117
134
- " setup.py"
118
135
- " setup.cfg" # includes metadata used in the package creation
119
136
- " .actions/**"
137
+ - " !*.md"
138
+ - " !**/*.md"
120
139
checks :
121
140
- " make-doctest (pytorch)"
122
141
- " make-html (pytorch)"
@@ -130,6 +149,8 @@ subprojects:
130
149
- " environment.yml"
131
150
- " setup.py"
132
151
- " .actions/**"
152
+ - " !*.md"
153
+ - " !**/*.md"
133
154
checks :
134
155
- " build-cuda (3.9, 1.10, 11.3.1)"
135
156
- " build-cuda (3.9, 1.11, 11.3.1)"
@@ -154,6 +175,9 @@ subprojects:
154
175
- " setup.cfg" # includes pytest config
155
176
- " .github/workflows/ci-lite-tests.yml"
156
177
- " .actions/**"
178
+ - " !requirements/lite/docs.txt"
179
+ - " !*.md"
180
+ - " !**/*.md"
157
181
checks :
158
182
- " lite-cpu (macOS-11, lite, 3.8, 1.11)"
159
183
- " lite-cpu (macOS-11, lite, 3.9, 1.12)"
@@ -184,6 +208,9 @@ subprojects:
184
208
- " tests/tests_lite/**"
185
209
- " setup.cfg" # includes pytest config
186
210
- " .actions/**"
211
+ - " !requirements/lite/docs.txt"
212
+ - " !*.md"
213
+ - " !**/*.md"
187
214
checks :
188
215
- " lightning-lite (GPUs)"
189
216
@@ -198,6 +225,9 @@ subprojects:
198
225
- " requirements/app/**"
199
226
- " setup.py"
200
227
- " .actions/**"
228
+ - " !requirements/app/docs.txt"
229
+ - " !*.md"
230
+ - " !**/*.md"
201
231
checks :
202
232
- " app-pytest (macOS-11, app, 3.8, latest)"
203
233
- " app-pytest (macOS-11, app, 3.8, oldest)"
@@ -218,6 +248,9 @@ subprojects:
218
248
- " requirements/app/**"
219
249
- " setup.py"
220
250
- " .actions/**"
251
+ - " !requirements/app/docs.txt"
252
+ - " !*.md"
253
+ - " !**/*.md"
221
254
checks :
222
255
- " app-examples (macOS-11, app, 3.9, latest)"
223
256
- " app-examples (macOS-11, app, 3.9, oldest)"
@@ -239,6 +272,9 @@ subprojects:
239
272
- " tests/tests_app_examples/**"
240
273
- " setup.py"
241
274
- " .actions/**"
275
+ - " !requirements/app/docs.txt"
276
+ - " !*.md"
277
+ - " !**/*.md"
242
278
checks :
243
279
- " App.cloud-e2e"
244
280
@@ -252,6 +288,8 @@ subprojects:
252
288
- " setup.py"
253
289
- " setup.cfg" # includes metadata used in the package creation
254
290
- " .actions/**"
291
+ - " !*.md"
292
+ - " !**/*.md"
255
293
checks :
256
294
- " make-doctest (app)"
257
295
- " make-html (app)"
@@ -265,6 +303,8 @@ subprojects:
265
303
- " src/**"
266
304
- " pyproject.toml" # includes mypy config
267
305
- " .actions/**"
306
+ - " !*.md"
307
+ - " !**/*.md"
268
308
checks :
269
309
- " mypy"
270
310
@@ -275,6 +315,8 @@ subprojects:
275
315
- " setup.py"
276
316
- " src/**"
277
317
- " requirements/**"
318
+ - " !*.md"
319
+ - " !**/*.md"
278
320
checks :
279
321
- " install-pkg (ubuntu-22.04, app, 3.7)"
280
322
- " install-pkg (ubuntu-22.04, app, 3.10)"
0 commit comments