diff --git a/.github/workflows/deploy.yml b/.github/workflows/scheduled-deploy.yml similarity index 87% rename from .github/workflows/deploy.yml rename to .github/workflows/scheduled-deploy.yml index 8e673574..08444196 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/scheduled-deploy.yml @@ -1,11 +1,9 @@ name: Build and Deploy on: - push: - branches: [main] schedule: - # * is a special character in YAML so you have to quote this string - - cron: "0 0 * * *" + # * 5.30 UTC, everyday (12.00 mid night in Sri Lanka) + - cron: "30 18 * * *" jobs: build: