From cbb0b23e07a5ac415e736762c17dfa0ca9d16278 Mon Sep 17 00:00:00 2001 From: Michiel Date: Tue, 16 Aug 2022 15:23:25 +0200 Subject: [PATCH] Add Zookeeper and Spark Chart tests to the publishing pipeline (#11769) Signed-off-by: Michiel --- .github/workflows/cd-pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd-pipeline.yaml b/.github/workflows/cd-pipeline.yaml index ac3630571..c5fb48457 100644 --- a/.github/workflows/cd-pipeline.yaml +++ b/.github/workflows/cd-pipeline.yaml @@ -42,9 +42,11 @@ on: # rebuild any PRs and main branch changes - 'bitnami/schema-registry/**' - 'bitnami/sealed-secrets/**' - 'bitnami/solr/**' + - 'bitnami/spark/**' - 'bitnami/spring-cloud-dataflow/**' - 'bitnami/suitecrm/**' - 'bitnami/wordpress/**' + - 'bitnami/zookeeper/**' - '!**.md' env: CSP_API_URL: https://console.cloud.vmware.com