From 1390cb4431e2011e0b757f7f71fbc2b561096a9c Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Fri, 13 Sep 2024 22:07:13 -0700 Subject: [PATCH] Skip remove helm --- .github/workflows/test-helm-chart.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-helm-chart.yml b/.github/workflows/test-helm-chart.yml index 865b807f..46a53e98 100644 --- a/.github/workflows/test-helm-chart.yml +++ b/.github/workflows/test-helm-chart.yml @@ -52,9 +52,6 @@ jobs: helm uninstall hypha-server --namespace=hypha helm uninstall redis --namespace=hypha - - name: Delete namespace - run: kubectl delete namespace hypha - - name: Upload to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main'