Skip to content

Commit

Permalink
Adjusted CLEAN_PVC test for clean-backups job
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Oct 11, 2024
1 parent be9b048 commit 8f12c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f12c57

Please sign in to comment.