From 9ada5feacd09a9a6ca2c2237c705ff0e4fe88d55 Mon Sep 17 00:00:00 2001 From: kdestin <101366538+kdestin@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:30:25 -0400 Subject: [PATCH] chore: Update cron schedule for automated-cleanup-resources (#2498) 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 4bea59e382..76cbd9a5cb 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