From 11b9d102e058efb9122312aa7575cd2bc41ffc3a Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 26 Aug 2026 11:34:25 -0400 Subject: [PATCH] Skip the image cleanup on pull requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf7172a..405585c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: docker system prune -f - name: Delete old container images + if: github.event_name != 'pull_request' uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0 with: package-name: hello