From 571596652a04a21c03bb673138783f8b210cae27 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 4 Feb 2025 18:45:17 +0530 Subject: [PATCH] chore: delay auto release (#2761) too many CI jobs start at same time blocking everytime, manually set them 15-30 minutes apart now. --- .github/workflows/initiate_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/initiate_release.yml b/.github/workflows/initiate_release.yml index 2801ec0087..4a6a556d55 100644 --- a/.github/workflows/initiate_release.yml +++ b/.github/workflows/initiate_release.yml @@ -4,8 +4,8 @@ name: Create weekly release pull requests on: schedule: - # 9:30 UTC => 3 PM IST Tuesday - - cron: "30 9 * * 2" + # 9:45 UTC => 3:15 PM IST Tuesday + - cron: "45 9 * * 2" workflow_dispatch: jobs: