From 44876ac6adf938f3102f6d535c6eb8d5ef28d320 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 10 Sep 2024 20:27:50 +0200 Subject: [PATCH] remove release --- .github/workflows/test-charts.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test-charts.yaml b/.github/workflows/test-charts.yaml index 35c56fe..a600e4b 100644 --- a/.github/workflows/test-charts.yaml +++ b/.github/workflows/test-charts.yaml @@ -34,8 +34,4 @@ jobs: uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) run: ct install --config ./.github/configs/ct.yaml - if: steps.list-changed.outputs.changed == 'true' - - name: Publish Helm charts - uses: stefanprodan/helm-gh-pages@master - with: - token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + if: steps.list-changed.outputs.changed == 'true' \ No newline at end of file