From 60809dbf6195a51fef986faa75522eda0a94f295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Tue, 23 Dec 2025 15:47:04 +0100 Subject: [PATCH] Helm chart is WIP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .github/workflows/helm-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index ea12e6453..cb87ec6de 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -1,4 +1,4 @@ -name: Release Helm Chart (Nightly) +name: Release Helm Chart (WIP) on: push: @@ -10,6 +10,7 @@ on: jobs: release: + if: github.repository == 'we-promise/sure' runs-on: ubuntu-latest permissions: contents: write