Fix scheduled tasks timezone in GHA (#6161)

This commit is contained in:
Zhenxu Ke 2021-01-09 10:36:16 +08:00 committed by GitHub
parent e9622033e3
commit 34684cefcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -19,7 +19,7 @@ name: E2E
on:
pull_request:
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -22,7 +22,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true

View File

@ -23,7 +23,7 @@ on:
- '**'
- '!**.md'
schedule:
- cron: '0 2 * * *'
- cron: '0 18 * * *'
env:
SKIP_TEST: true