We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2251055 commit c8c4722Copy full SHA for c8c4722
.azure/app-cloud-store.yml
@@ -20,7 +20,6 @@ pr:
20
- "release/*"
21
paths:
22
include:
23
- - ".actions/**"
24
- ".azure/app-cloud-store.yml"
25
- "src/lightning/store/**"
26
- "tests/tests_cloud/**"
.github/checkgroup.yml
@@ -272,6 +272,16 @@ subprojects:
272
checks:
273
- "app-flagships (flashy, Lightning-Universe/Flashy-app)"
274
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
+
285
- id: "lightning_app: Azure"
286
287
- ".actions/**"
0 commit comments