diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index aa56f250b8..db1b8f415b 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -1,6 +1,9 @@ name: Test, build and push Docker Image on: + # This workflow will run everyday at 06:00 AM IST (12:30 AM UTC) on weekdays + schedule: + - cron: "30 00 * * 1-5" # This line enables manual triggering of this workflow. workflow_dispatch: