LiteSun commented on a change in pull request #84:
URL: https://github.com/apache/apisix-website/pull/84#discussion_r520299718



##########
File path: .github/workflows/deploy.yml
##########
@@ -7,6 +7,9 @@ name: CI
 on:
   push:
     branches: [ master ]
+  schedule:
+  # Run everyday at 9:00 AM (See 
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
+  - cron: "0 9 * * *"

Review comment:
       What time zone is this in?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to