From 3752689a541454882886e948d561006368d56fe3 Mon Sep 17 00:00:00 2001 From: Hsy-Intel Date: Thu, 7 Aug 2025 15:06:58 +0800 Subject: [PATCH] Adjust benchmark schedule timing --- .github/workflows/benchmark_x86.yml | 4 ++-- .github/workflows/benchmark_x86_tdx.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: