From 257bbe8762f0e5b1db49673c6d491d6002e470fe Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Mon, 19 Jan 2026 17:35:15 -0300 Subject: [PATCH] Revert "run clean up every hour for a while to clean up years old images" This reverts commit 0093b3bf1430ef76b5524a528323aa9066046d77. --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 476d77a..453e642 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -2,7 +2,7 @@ name: Ryd op i GHCR on: schedule: - - cron: '0 * * * *' # Kører hver time + - cron: '0 0 * * 0' # Kører hver søndag ved midnat workflow_dispatch: # Gør det muligt at køre den manuelt jobs: