Adjust benchmark schedule timing

This commit is contained in:
Hsy-Intel 2025-08-07 15:06:58 +08:00 committed by Tate, Hongliang Tian
parent db66946e22
commit 3752689a54
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ on:
# In case of manual trigger, use workflow_dispatch
workflow_dispatch:
schedule:
# Schedule to run on every day at 20:00 UTC (04:00 Beijing Time)
- cron: '0 20 * * *'
# Schedule to run on every day at 17:00 UTC (01:00 Beijing Time)
- cron: '0 17 * * *'
jobs:
Benchmarks:

View File

@ -3,8 +3,8 @@ on:
# In case of manual trigger, use workflow_dispatch
workflow_dispatch:
schedule:
# Schedule to run on every day at 20:00 UTC (04:00 Beijing Time)
- cron: '0 18 * * *'
# Schedule to run on every day at 16:00 UTC (00:00 Beijing Time)
- cron: '0 16 * * *'
jobs:
Benchmarks: