diff --git a/.github/workflows/actions/patch_image_and_check_diff/action.yml b/.github/workflows/actions/patch_image_and_check_diff/action.yml index c6460daf7..0f09e5156 100644 --- a/.github/workflows/actions/patch_image_and_check_diff/action.yml +++ b/.github/workflows/actions/patch_image_and_check_diff/action.yml @@ -262,3 +262,10 @@ runs: echo "Operator image did not change" exit 1 fi + + - name: List all pods once done + if: always() + shell: bash + run: | + echo "Running kubectl get pods -A" + kubectl get pods -A \ No newline at end of file