diff --git a/.github/workflows/benchmark_x86.yml b/.github/workflows/benchmark_x86.yml index 5b75ba967..a06ee28a7 100644 --- a/.github/workflows/benchmark_x86.yml +++ b/.github/workflows/benchmark_x86.yml @@ -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: diff --git a/.github/workflows/benchmark_x86_tdx.yml b/.github/workflows/benchmark_x86_tdx.yml index 8b05fef77..4e95ed922 100644 --- a/.github/workflows/benchmark_x86_tdx.yml +++ b/.github/workflows/benchmark_x86_tdx.yml @@ -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: