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

wangzx pushed a commit to branch nightly-build
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit d3d142ad5b1119f0d5e872c7302bd66ecbb60b72
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Tue Nov 1 15:14:16 2022 +0800

    chore(nightly-build): fix potential npm publish error due to time conflict.
---
 .github/workflows/nightly-next.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-next.yml 
b/.github/workflows/nightly-next.yml
index 2cd843edc..c2a6dd870 100644
--- a/.github/workflows/nightly-next.yml
+++ b/.github/workflows/nightly-next.yml
@@ -2,7 +2,7 @@ name: Publish Nightly Next
 
 on:
   schedule:
-    - cron: '0 9 * * *' # After zrender nightly published
+    - cron: '10 9 * * *' # After zrender nightly published
   # committers can manually trigger with workflow_dispatch
   workflow_dispatch: {}
   repository_dispatch:


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

Reply via email to