There was an error while loading. Please reload this page.
1 parent 4d8d6a3 commit f8e4aa5Copy full SHA for f8e4aa5
1 file changed
.github/workflows/test-build-docker-image.yml
@@ -4,9 +4,9 @@ run-name: >
4
${{ github.workflow }} with TED:${{ inputs.ted_tag || 'latest' }}
5
6
on:
7
- # This workflow will run everyday at 7:00AM, 11:00AM and 3:00PM IST on weekdays
+ # This workflow will run at 7:00AM IST on weekdays
8
schedule:
9
- - cron: "30 1-11/4 * * 1-5"
+ - cron: "30 1 * * 1-5"
10
# This line enables manual triggering of this workflow.
11
workflow_dispatch:
12
inputs:
0 commit comments