CI: Change TBP Schedule (#32319)

Change TBP Schedule

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **Chores**
- Modified the schedule for running the workflow to trigger every 6
hours instead of every 3 hours on weekdays.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
yatinappsmith 2024-04-02 12:10:42 +05:30 committed by GitHub
parent d857d5d46d
commit 2af8c4ef42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: