From ca7009a01eecaae122bc2437f4690362596f34d5 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Thu, 8 Jan 2026 07:25:39 -0500 Subject: [PATCH] run cleanup every 3 hours --- .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 ece8c8dba..a22355abb 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: schedule: # Once every two hours - - cron: "0 */2 * * *" + - cron: "0 */3 * * *" permissions: id-token: write