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

Fix scheduled tasks timezone in GHA (#6161)

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