From 27d85a450beb44fe13e938b4e92e87339d9a07c8 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Fri, 23 Jan 2026 14:20:50 -0800 Subject: [PATCH] run test account cleanup every 12 hours --- .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 ece8c8dba..9a2e99c99 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 two hours - - cron: "0 */2 * * *" + # Once every twelve hours + - cron: "0 */12 * * *" permissions: id-token: write