diff --git a/.github/workflows/auto-delete-on-schedule.yml b/.github/workflows/auto-delete-on-schedule.yml index c1dd9065..f5d5a8c5 100644 --- a/.github/workflows/auto-delete-on-schedule.yml +++ b/.github/workflows/auto-delete-on-schedule.yml @@ -3,7 +3,7 @@ name: ROSA Scheduled Delete on: workflow_dispatch: schedule: - - cron: '0 18 * * *' # Runs every day at 6 PM UTC. + - cron: '0 21 * * *' # Runs every day at 9 PM UTC. jobs: