You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/23 10:27:17 UTC

[echarts-website] branch asf-site updated: run link check twice one day

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

shenyi pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cc282bc  run link check twice one day
cc282bc is described below

commit cc282bcc5d6e1a5b73d498d5a78ad864d85760f5
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Apr 23 18:27:03 2021 +0800

    run link check twice one day
---
 .github/workflows/check-links.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml
index f1efaf4..a3236ea 100644
--- a/.github/workflows/check-links.yml
+++ b/.github/workflows/check-links.yml
@@ -2,7 +2,7 @@ name: Check Links
 
 on:
   schedule:
-    - cron: '0 10 * * *'
+    - cron: '0 10,22 * * *'
   repository_dispatch:
     types: check-links
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org