From 8129c05afd3c4b5dd74d43dcf4394959c688be48 Mon Sep 17 00:00:00 2001 From: burnettk Date: Tue, 26 Sep 2023 20:12:27 -0400 Subject: [PATCH] fix cron --- .github/workflows/container_retention_policy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container_retention_policy.yml b/.github/workflows/container_retention_policy.yml index 9847876a2..e293562e7 100644 --- a/.github/workflows/container_retention_policy.yml +++ b/.github/workflows/container_retention_policy.yml @@ -1,9 +1,9 @@ name: Delete old container images on: - workflow_dispatch: + workflow_dispatch: # allow running on demand schedule: - - cron: "0 0 1 * *" # every day at midnight + - cron: "0 2 * * *" # every day at 2:00am UTC jobs: clean-ghcr: