From fccca5a39457b88afdb76b4d687e6ee1ba1b9728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 2 Dec 2022 11:13:21 +0100 Subject: [PATCH] Remove Geode from CD pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández --- .github/workflows/cd-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 4a84f3663b..d596f5ac03 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -25,7 +25,6 @@ on: # rebuild any PRs and main branch changes - 'bitnami/etcd/**' - 'bitnami/external-dns/**' - 'bitnami/fluentd/**' - - 'bitnami/geode/**' - 'bitnami/ghost/**' - 'bitnami/gitea/**' - 'bitnami/grafana-loki/**'