From b992c830f204a6f9a4c1952931725ad61bb08175 Mon Sep 17 00:00:00 2001 From: Ryan Lo Date: Sat, 16 Mar 2024 15:12:22 +0800 Subject: [PATCH] testing all charts Signed-off-by: Ryan Lo --- .github/workflows/validate-helm-charts.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-helm-charts.yaml b/.github/workflows/validate-helm-charts.yaml index 5173f9598c..030b7fef41 100644 --- a/.github/workflows/validate-helm-charts.yaml +++ b/.github/workflows/validate-helm-charts.yaml @@ -8,6 +8,9 @@ on: - "charts/**" - "deployment/**" - "docker/sandbox-bundled/manifests/**" + push: + branches: + - fix-helm-ci jobs: lint-and-test-charts: @@ -49,7 +52,8 @@ jobs: --chart-repos bitnami=https://charts.bitnami.com/bitnami \ --chart-repos bitnami=https://charts.bitnami.com/bitnami \ --chart-repos twuni=https://helm.twun.io/ \ - --chart-repos kubernetes-dashboard=https://kubernetes.github.io/dashboard/ + --chart-repos kubernetes-dashboard=https://kubernetes.github.io/dashboard/ \ + --all - name: Create KinD cluster if: steps.charts-changed.outputs.changed == 'true'