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: