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:
parent
d857d5d46d
commit
2af8c4ef42
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user