From 64c4206ad228592896461c40f1325d8e10e178a1 Mon Sep 17 00:00:00 2001 From: kdestin <101366538+kdestin@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:08:22 -0400 Subject: [PATCH] chore: Update cron schedule for automated-cleanup-resources Will go at about 1am PST --- .github/workflows/automated-cleanup-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automated-cleanup-resources.yml b/.github/workflows/automated-cleanup-resources.yml index 4bea59e3825..76cbd9a5cb1 100644 --- a/.github/workflows/automated-cleanup-resources.yml +++ b/.github/workflows/automated-cleanup-resources.yml @@ -2,7 +2,7 @@ name: automated-cleanup-resources on: workflow_dispatch: schedule: - - cron: "45 */12 * * *" + - cron: "0 8 * * *" pull_request: branches: - main