Skip to content

Commit f8e4aa5

Browse files
committed
ci: run docker image workflow cron once daily at 07:00 IST
Drop the 11:00 and 15:00 IST weekday runs so the scheduled Test, build and push Docker Image workflow fires only at 01:30 UTC.
1 parent 4d8d6a3 commit f8e4aa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-build-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ run-name: >
44
${{ github.workflow }} with TED:${{ inputs.ted_tag || 'latest' }}
55
66
on:
7-
# This workflow will run everyday at 7:00AM, 11:00AM and 3:00PM IST on weekdays
7+
# This workflow will run at 7:00AM IST on weekdays
88
schedule:
9-
- cron: "30 1-11/4 * * 1-5"
9+
- cron: "30 1 * * 1-5"
1010
# This line enables manual triggering of this workflow.
1111
workflow_dispatch:
1212
inputs:

0 commit comments

Comments
 (0)