From 6f020f2ba43fabc5b993eed1f624668aa4785685 Mon Sep 17 00:00:00 2001 From: Jochem Date: Tue, 9 Jul 2024 12:57:23 +0200 Subject: [PATCH] Make sure develop branch does cleanup --- .github/workflows/chart-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-testing.yml b/.github/workflows/chart-testing.yml index 8a4f989..1ccbbf2 100644 --- a/.github/workflows/chart-testing.yml +++ b/.github/workflows/chart-testing.yml @@ -56,4 +56,4 @@ jobs: - name: Run chart-testing (install & upgrades) if: github.ref == 'refs/heads/develop' - run: ct install --target-branch main --skip-clean-up --upgrade \ No newline at end of file + run: ct install --target-branch main --upgrade \ No newline at end of file