未验证 提交 34684cef 编写于 作者: Z Zhenxu Ke 提交者: GitHub

Fix scheduled tasks timezone in GHA (#6161)

上级 e9622033
......@@ -19,7 +19,7 @@ name: CI AND IT
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *' # TimeZone: UTC 0
env:
MAVEN_OPTS: -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
......@@ -23,7 +23,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册