This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch feat-disable-cd
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit 642ac8c8eb435c4c9c7ad62cacfce7b2fd2dc7f5
Author: juzhiyuan <[email protected]>
AuthorDate: Fri Dec 11 11:49:59 2020 +0800

    feat(CD): disable schedule deploy
---
 .github/workflows/deploy.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 3eaff34..568774b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,9 +7,6 @@ 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 * * *"
 
 # A workflow run is made up of one or more jobs that can run sequentially or 
in parallel
 jobs:

Reply via email to