From 24920ae903ddd91b19b4f8afe76f7caf1a83eba0 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Wed, 16 Apr 2025 12:50:47 +0530 Subject: [PATCH] chore(prereleaser): update cron schedule - 6:30AM UTC (#7640) ### Summary - update preleaser cron schedule to 6:30AM UTC Signed-off-by: Prashant Shahi --- .github/workflows/prereleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prereleaser.yaml b/.github/workflows/prereleaser.yaml index e737ba1df5..9f891dc028 100644 --- a/.github/workflows/prereleaser.yaml +++ b/.github/workflows/prereleaser.yaml @@ -1,9 +1,9 @@ name: prereleaser on: - # schedule every wednesday 9:30 AM UTC (3pm IST) + # schedule every wednesday 6:30 AM UTC (12:00 PM IST) schedule: - - cron: '30 9 * * 3' + - cron: '30 6 * * 3' # allow manual triggering of the workflow by a maintainer workflow_dispatch: