From 16fb1f76dc865a655bc65570f8475702b0816e97 Mon Sep 17 00:00:00 2001 From: Kamesh Akella Date: Mon, 1 Apr 2024 12:48:11 -0400 Subject: [PATCH] rescheduling delete job to 9 PM UTC everyday --- .github/workflows/auto-delete-on-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: