Skip to content

Commit 915d9ea

Browse files
committed
Add exclusions to checkgroup
1 parent 03a6af9 commit 915d9ea

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/checkgroup.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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,8 @@ subprojects:
104119
# - "tests/tests_pytorch/**"
105120
# - "setup.cfg" # includes pytest config
106121
# - ".actions/**"
122+
# - "!requirements/**/docs.txt"
123+
# - "!**/*.md"
107124
# checks:
108125
# - "test-on-tpus"
109126

@@ -117,6 +134,8 @@ subprojects:
117134
- "setup.py"
118135
- "setup.cfg" # includes metadata used in the package creation
119136
- ".actions/**"
137+
- "!*.md"
138+
- "!**/*.md"
120139
checks:
121140
- "make-doctest (pytorch)"
122141
- "make-html (pytorch)"
@@ -130,6 +149,8 @@ subprojects:
130149
- "environment.yml"
131150
- "setup.py"
132151
- ".actions/**"
152+
- "!*.md"
153+
- "!**/*.md"
133154
checks:
134155
- "build-cuda (3.9, 1.10, 11.3.1)"
135156
- "build-cuda (3.9, 1.11, 11.3.1)"
@@ -154,6 +175,9 @@ subprojects:
154175
- "setup.cfg" # includes pytest config
155176
- ".github/workflows/ci-lite-tests.yml"
156177
- ".actions/**"
178+
- "!requirements/lite/docs.txt"
179+
- "!*.md"
180+
- "!**/*.md"
157181
checks:
158182
- "lite-cpu (macOS-11, lite, 3.8, 1.11)"
159183
- "lite-cpu (macOS-11, lite, 3.9, 1.12)"
@@ -184,6 +208,9 @@ subprojects:
184208
- "tests/tests_lite/**"
185209
- "setup.cfg" # includes pytest config
186210
- ".actions/**"
211+
- "!requirements/lite/docs.txt"
212+
- "!*.md"
213+
- "!**/*.md"
187214
checks:
188215
- "lightning-lite (GPUs)"
189216

@@ -198,6 +225,9 @@ subprojects:
198225
- "requirements/app/**"
199226
- "setup.py"
200227
- ".actions/**"
228+
- "!requirements/app/docs.txt"
229+
- "!*.md"
230+
- "!**/*.md"
201231
checks:
202232
- "app-pytest (macOS-11, app, 3.8, latest)"
203233
- "app-pytest (macOS-11, app, 3.8, oldest)"
@@ -218,6 +248,9 @@ subprojects:
218248
- "requirements/app/**"
219249
- "setup.py"
220250
- ".actions/**"
251+
- "!requirements/app/docs.txt"
252+
- "!*.md"
253+
- "!**/*.md"
221254
checks:
222255
- "app-examples (macOS-11, app, 3.9, latest)"
223256
- "app-examples (macOS-11, app, 3.9, oldest)"
@@ -239,6 +272,9 @@ subprojects:
239272
- "tests/tests_app_examples/**"
240273
- "setup.py"
241274
- ".actions/**"
275+
- "!requirements/app/docs.txt"
276+
- "!*.md"
277+
- "!**/*.md"
242278
checks:
243279
- "App.cloud-e2e"
244280

@@ -252,6 +288,8 @@ subprojects:
252288
- "setup.py"
253289
- "setup.cfg" # includes metadata used in the package creation
254290
- ".actions/**"
291+
- "!*.md"
292+
- "!**/*.md"
255293
checks:
256294
- "make-doctest (app)"
257295
- "make-html (app)"
@@ -265,6 +303,8 @@ subprojects:
265303
- "src/**"
266304
- "pyproject.toml" # includes mypy config
267305
- ".actions/**"
306+
- "!*.md"
307+
- "!**/*.md"
268308
checks:
269309
- "mypy"
270310

@@ -275,6 +315,8 @@ subprojects:
275315
- "setup.py"
276316
- "src/**"
277317
- "requirements/**"
318+
- "!*.md"
319+
- "!**/*.md"
278320
checks:
279321
- "install-pkg (ubuntu-22.04, app, 3.7)"
280322
- "install-pkg (ubuntu-22.04, app, 3.10)"

0 commit comments

Comments
 (0)