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 022baef7e57 Refactor nightly-ci.yml (#33297) 022baef7e57 is described below commit 022baef7e57cfae8dbe5d02dd31db56608cbe51e Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Fri Oct 18 15:41:45 2024 +0800 Refactor nightly-ci.yml (#33297) --- .github/workflows/nightly-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index 0242f317f7c..0929883e231 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -19,7 +19,7 @@ name: Nightly - CI on: schedule: - - cron: '0 18 */1 * *' # once a day. UTC time + - cron: '0 13 */1 * *' # UTC time workflow_dispatch: env: @@ -68,7 +68,7 @@ jobs: name: CI - JDK 8 on ${{ matrix.os }} needs: global-environment runs-on: ${{ matrix.os }} - timeout-minutes: 90 + timeout-minutes: 150 strategy: max-parallel: 20 fail-fast: false