This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1 by this push:
new d04f03a942 Fix corn job time (#10789)
d04f03a942 is described below
commit d04f03a94267707523d6c937cb84cee2bb945953
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Oct 24 12:31:18 2022 +0800
Fix corn job time (#10789)
---
.github/workflows/build-and-test-scheduled-3.0.yml | 2 +-
.github/workflows/build-and-test-scheduled-3.1.yml | 2 +-
.github/workflows/build-and-test-scheduled-3.2.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build-and-test-scheduled-3.0.yml
b/.github/workflows/build-and-test-scheduled-3.0.yml
index 16b7e235fa..5cf10ee2a2 100644
--- a/.github/workflows/build-and-test-scheduled-3.0.yml
+++ b/.github/workflows/build-and-test-scheduled-3.0.yml
@@ -2,7 +2,7 @@ name: Build and Test Scheduled On 3.0
on:
schedule:
- - cron: '0 0 */6 * *'
+ - cron: '0 0/6 * * *'
workflow_dispatch:
permissions:
diff --git a/.github/workflows/build-and-test-scheduled-3.1.yml
b/.github/workflows/build-and-test-scheduled-3.1.yml
index 243c92e620..0188237e0c 100644
--- a/.github/workflows/build-and-test-scheduled-3.1.yml
+++ b/.github/workflows/build-and-test-scheduled-3.1.yml
@@ -2,7 +2,7 @@ name: Build and Test Scheduled On 3.1
on:
schedule:
- - cron: '0 0 */6 * *'
+ - cron: '0 0/6 * * *'
workflow_dispatch:
permissions:
diff --git a/.github/workflows/build-and-test-scheduled-3.2.yml
b/.github/workflows/build-and-test-scheduled-3.2.yml
index 0ffe661df3..a43e7b769d 100644
--- a/.github/workflows/build-and-test-scheduled-3.2.yml
+++ b/.github/workflows/build-and-test-scheduled-3.2.yml
@@ -2,7 +2,7 @@ name: Build and Test Scheduled On 3.2
on:
schedule:
- - cron: '0 0 */6 * *'
+ - cron: '0 0/6 * * *'
workflow_dispatch:
permissions: