Skip to content

Commit d09179b

Browse files
authored
CI: fix workflow schedule time. (#5450)
1 parent 293076e commit d09179b

File tree

15 files changed

+28
-23
lines changed

15 files changed

+28
-23
lines changed

.github/workflows/chaos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
required: false
2222
default: false
2323
schedule:
24-
- cron: '0 0 * * *'
24+
- cron: '0 20 * * *'
2525

2626
jobs:
2727
chaos-test:

.github/workflows/encoding_mysql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'docs/**'
99
- '**.md'
1010
workflow_dispatch:
11+
schedule:
12+
- cron: '0 17 * * *'
1113

1214
jobs:
1315
mysql-encoding-test:

.github/workflows/fio_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- '**/fio_benchmark.yml'
1717
- '**/fio.sh'
1818
schedule:
19-
- cron: '0 0 * * *'
19+
- cron: '0 17 * * *'
2020
workflow_dispatch:
2121
inputs:
2222
debug:

.github/workflows/fsrand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- '**/fs_test.py'
2121
- '**/acl_test.py'
2222
schedule:
23-
- cron: '0 16 * * 0'
23+
- cron: '0 17 * * 0'
2424
workflow_dispatch:
2525
inputs:
2626
debug:

.github/workflows/gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
required: false
2323
default: false
2424
schedule:
25-
- cron: '0 0 * * *'
25+
- cron: '0 19 * * *'
2626

2727
jobs:
2828
gateway:

.github/workflows/sdktest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ on:
2424
description: "Run the build with tmate debugging enabled"
2525
required: false
2626
default: false
27-
27+
schedule:
28+
- cron: '0 17 * * *'
29+
2830
jobs:
2931
sdktest:
3032
timeout-minutes: 50

.github/workflows/storage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
- 'pkg/object/*.go'
1818
- '**/storage.yml'
1919
- '**/storage.sh'
20-
schedule:
21-
- cron: '30 20 * * *'
2220
workflow_dispatch:
21+
schedule:
22+
- cron: '0 17 * * *'
2323

2424
jobs:
2525
storage:

.github/workflows/sync.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,15 @@ on:
2323
- '.github/scripts/sync/**'
2424
- '.github/scripts/hypo/sync.py'
2525
- '.github/scripts/hypo/sync_test.py'
26-
27-
schedule:
28-
- cron: '30 20 * * *'
29-
3026
workflow_dispatch:
3127
inputs:
3228
debug:
3329
type: boolean
3430
description: "Run the build with tmate debugging enabled"
3531
required: false
3632
default: false
33+
schedule:
34+
- cron: '0 17 * * *'
3735

3836
jobs:
3937
sync:

.github/workflows/sysbench.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ on:
1515
paths:
1616
- '**/sysbench.yml'
1717
- '**/sysbench/action.yml'
18-
schedule:
19-
- cron: '30 20 * * *'
2018
workflow_dispatch:
21-
19+
schedule:
20+
- cron: '0 17 * * *'
21+
2222
jobs:
2323
sysbench:
2424
timeout-minutes: 60

.github/workflows/tpcds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111
- 'main'
1212
paths:
1313
- '**/tpcds.yml'
14-
schedule:
15-
- cron: '30 20 * * *'
1614
workflow_dispatch:
1715
inputs:
1816
debug:
1917
type: boolean
2018
description: "Run the build with tmate debugging enabled"
2119
required: false
2220
default: false
21+
schedule:
22+
- cron: '0 17 * * *'
2323

2424
jobs:
2525
tpcds:

0 commit comments

Comments
 (0)