This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-plugin.git
commit e432fb37b9a0dd45511e6c0e565bc7043a926b7c Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Wed Sep 27 19:36:45 2023 +0800 Add : add schedule for ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5a441d..748bed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,8 @@ on: - '**/src/test/**' - '!distribution/**' - '!*.md' + schedule: + - cron: '0 18 */1 * *' # once a day. UTC time workflow_dispatch: concurrency:
