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