From 7fb819e48ae1ec1cce7e94d4aac30c11ab56eeed Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 1 Nov 2022 17:37:36 +0200 Subject: [PATCH] [GitHub Actions] fix housekeeping.yml --- .github/workflows/housekeeping.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 13d8b78c..d755a39a 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -371,7 +371,6 @@ jobs: uses: ./.github/workflows/recreate-runners.yml with: verbose: ${{ inputs.verbose == 'true' && 'true' || 'false' }} - delete_cluster: 'true' deployment_type: 'helm' secrets: TMC_API_TOKEN: ${{ secrets.TMC_API_TOKEN }}