From 2af8c4ef42f86b8f0cf6504a49ca4c4f7d23b4dd Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:10:42 +0530 Subject: [PATCH] CI: Change TBP Schedule (#32319) Change TBP Schedule ## Summary by CodeRabbit - **Chores** - Modified the schedule for running the workflow to trigger every 6 hours instead of every 3 hours on weekdays. --- .github/workflows/test-build-docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index db50ace289..f10b03b3f7 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -1,9 +1,9 @@ name: Test, build and push Docker Image on: - # This workflow will run everyday at 7:00AM, 10:00AM, 1:00PM, 4:00PM IST on weekdays + # This workflow will run everyday at 7:00AM, 1:00PM IST on weekdays schedule: - - cron: "30 1-12/3 * * 1-5" + - cron: "30 1-12/6 * * 1-5" # This line enables manual triggering of this workflow. workflow_dispatch: inputs: