From 48e8b588732f63ad37f5e1c8b3bd1b27cfea8e02 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Thu, 8 Jan 2026 08:32:53 -0500 Subject: [PATCH] keep cleanup at 2 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 a22355abb..ece8c8dba 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 */3 * * *" + - cron: "0 */2 * * *" permissions: id-token: write