You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/04/25 11:59:33 UTC

[shardingsphere] branch master updated: Refactor : update the cron trigger time since the server time is UTC (#17096)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ecd51e55da Refactor : update the cron trigger time since the server time is UTC (#17096)
7ecd51e55da is described below

commit 7ecd51e55dac0667ede775b96f3df52e7a0eca17
Author: 孙念君 Sun Nianjun <su...@sphere-ex.com>
AuthorDate: Mon Apr 25 19:59:24 2022 +0800

    Refactor : update the cron trigger time since the server time is UTC (#17096)
---
 .github/workflows/ci.yml              | 2 +-
 .github/workflows/issue.yml           | 2 +-
 .github/workflows/nightlies-rsync.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f00ddfc07f9..531b360f5ad 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,7 +46,7 @@ on:
   repository_dispatch:
     types: [rerun-ci]
   schedule:
-    - cron: '0 0 */1 * *'  # once a day. UTC time
+    - cron: '0 16 */1 * *'  # once a day. UTC time
 
 concurrency:
   group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml
index c7e36269063..93fb68b388f 100644
--- a/.github/workflows/issue.yml
+++ b/.github/workflows/issue.yml
@@ -19,7 +19,7 @@ name: ISSUE Standardized Process
 
 on:
   schedule:
-    - cron: '0 0 */1 * *'  # once a day
+    - cron: '0 16 */1 * *'  # once a day
   issue_comment:
     types: [created,edited]
   issues:
diff --git a/.github/workflows/nightlies-rsync.yml b/.github/workflows/nightlies-rsync.yml
index c40a7913c56..ada11db9162 100644
--- a/.github/workflows/nightlies-rsync.yml
+++ b/.github/workflows/nightlies-rsync.yml
@@ -17,7 +17,7 @@
 
 on:
   schedule:
-    - cron: '0 3 */1 * *'  # once a day. UTC time
+    - cron: '0 19 */1 * *'  # once a day. UTC time
 
 jobs:
   upload_to_nightlies: