diff --git a/.github/workflows/delete_images.yaml b/.github/workflows/delete_images.yaml index 0bfb2117c..17caed891 100644 --- a/.github/workflows/delete_images.yaml +++ b/.github/workflows/delete_images.yaml @@ -2,8 +2,10 @@ name: Delete old container images on: schedule: - - - cron: '0 0 * * 2' #Every Tuesday + - cron: "*/5 0 * * *" # every 5 min + push: + branches: + - ghcr-clean jobs: