From 8f12c57095f24bcd2e415dd3d597edb4dffdab9b Mon Sep 17 00:00:00 2001 From: Warren Christian <70002196+warrenchristian1telus@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:10:58 -0700 Subject: [PATCH] Adjusted CLEAN_PVC test for clean-backups job --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index dc99f67d..9f702530 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -307,7 +307,7 @@ jobs: run: | echo "Checking Helm release status for '${{ inputs.DB_BACKUP_DEPLOYMENT_NAME }}'..." - if [ ${{ inputs.CLEAN_PVC }} -eq "YES" ]; then + if [ "${{ inputs.CLEAN_PVC }}" = "YES" ]; then # Temporarily disable exit on error set +e