Skip to content

Commit

Permalink
fix: cleanup fails on PR with no deploy (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 18, 2023
1 parent d9edbf4 commit 5d8fa41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
echo "Not found: ${{ env.deployment }}"
# Remove Bitnami Crunchy PVCs
oc delete pvc data-${{ env.deployment }}-bitnami-pg-0
oc delete pvc data-${{ env.deployment }}-bitnami-pg-0 || \
echo "Not found: pvc data-${{ env.deployment }}-bitnami-pg-0"
# https://github.com/bcgov-nr/action-deployer-openshift
merge:
Expand Down

0 comments on commit 5d8fa41

Please sign in to comment.