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 1cc0caac0ab Fix : fix a spelling error (#27192)
1cc0caac0ab is described below

commit 1cc0caac0ab31588ba8b6774eb9f802c8b7b3032
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Jul 14 12:51:10 2023 +0800

    Fix : fix a spelling error (#27192)
---
 .github/workflows/schedule-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/schedule-check.yml 
b/.github/workflows/schedule-check.yml
index bc6c08a4e2f..319b5ea41c9 100644
--- a/.github/workflows/schedule-check.yml
+++ b/.github/workflows/schedule-check.yml
@@ -19,7 +19,7 @@ name: Schedule - Check
 
 on:
   schedule:
-    - cron: '0 */1 * * *'  # very hour
+    - cron: '0 */1 * * *'  # every hour
   workflow_dispatch:
 
 env:

Reply via email to