Skip to content

Commit c3a9bf0

Browse files
authored
ci: trigger on action edit (#16514)
1 parent 23e71a8 commit c3a9bf0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/checkgroup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,10 @@ subprojects:
267267
- id: "lightning: Flagships"
268268
paths:
269269
- ".github/workflows/ci-flagship-apps.yml"
270+
- "github/actions/prep-apps/action.yml"
270271
- "tests/integrations_app/flagship/**"
271272
checks:
272-
- "app-flagships (flashy, Lightning-AI/LAI-Flashy-App)"
273+
- "app-flagships (flashy, Lightning-Universe/Flashy-app)"
273274

274275
- id: "lightning_app: Azure"
275276
paths:

.github/workflows/ci-flagship-apps.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
types: [opened, reopened, ready_for_review, synchronize]
1010
paths:
1111
- ".github/workflows/ci-flagship-apps.yml"
12+
- "github/actions/prep-apps/action.yml"
1213
- "tests/integrations_app/flagship/**"
1314
workflow_dispatch: {}
1415
# TODO: inputs specifying lightning branch and switch prod/staging
@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
include:
34-
- {app: "flashy", repo: "Lightning-AI/LAI-Flashy-App"}
35-
- {app: "muse", repo: "Lightning-AI/stable-diffusion-deploy"}
36-
- {app: "jupyter", repo: "Lightning-AI/LAI-Jupyter-Component"}
35+
- {app: "flashy", repo: "Lightning-Universe/Flashy-app"}
36+
- {app: "muse", repo: "Lightning-Universe/stable-diffusion-deploy"}
37+
- {app: "jupyter", repo: "Lightning-Universe/Jupyter-component"}
3738

3839
# TODO:
3940
# - Training Studio

0 commit comments

Comments
 (0)