From 3552cd3e9d4d97ac48800acc676ab2403e8b38bf Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Mon, 26 Jan 2026 06:36:47 -0800 Subject: [PATCH] change cleanup frequency to once a day --- .github/workflows/cleanup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 9a2e99c99..80991db2a 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -6,8 +6,8 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: schedule: - # Once every twelve hours - - cron: "0 */12 * * *" + # Once every day at 7 AM PST + - cron: "0 13 * * *" permissions: id-token: write