From bef4dbd951ddb04a7acecb45eb7adf73207fec32 Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Tue, 15 Apr 2025 10:46:50 -0700 Subject: [PATCH] Update cleanup schedule from once per day to every six 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 6698951ae..6c4a83eec 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 hour - - cron: "0 15 * * *" + # Once every six hours + - cron: "0 */6 * * *" permissions: id-token: write