Skip to content

Commit c8c4722

Browse files
authored
store: adding group-check (#16528)
1 parent 2251055 commit c8c4722

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.azure/app-cloud-store.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pr:
2020
- "release/*"
2121
paths:
2222
include:
23-
- ".actions/**"
2423
- ".azure/app-cloud-store.yml"
2524
- "src/lightning/store/**"
2625
- "tests/tests_cloud/**"

.github/checkgroup.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,16 @@ subprojects:
272272
checks:
273273
- "app-flagships (flashy, Lightning-Universe/Flashy-app)"
274274

275+
- id: "lightning: Store"
276+
paths:
277+
- ".azure/app-cloud-store.yml"
278+
- "src/lightning/store/**"
279+
- "tests/tests_cloud/**"
280+
checks:
281+
- "Store.cloud (test_store Linux)"
282+
- "Store.cloud (test_store Mac)"
283+
- "Store.cloud (test_store Windows)"
284+
275285
- id: "lightning_app: Azure"
276286
paths:
277287
- ".actions/**"

0 commit comments

Comments
 (0)