From 22241139cbd356a608c225e78a39c0c2e2ca37fc Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 15 Oct 2021 11:39:41 +0200 Subject: [PATCH] readd dev train to temporarily drop non-working stuff into for testing As we don't want to mix with incubator on bulk-adds of apps --- .github/workflows/apps.test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 646b57170c6..c0b2f039554 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -28,6 +28,7 @@ jobs: list-files: json filters: | changed: + - 'charts/dev/**' - 'charts/stable/**' - 'charts/incubator/**' - 'charts/library/**' @@ -81,6 +82,8 @@ jobs: train="stable" elif test -f "./charts/library/${{ matrix.app }}/Chart.yaml"; then train="library" + elif test -f "./charts/dev/${{ matrix.app }}/Chart.yaml"; then + train="dev" else train="incubator" fi