diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index d048a1bf..863101f2 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-evaluation.yml @@ -11,7 +11,7 @@ permissions: # Controls when the action will run. on: schedule: - - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China + - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-ppl-evaluation.yml b/.github/workflows/llm-ppl-evaluation.yml index f97f4b48..b085f1f1 100644 --- a/.github/workflows/llm-ppl-evaluation.yml +++ b/.github/workflows/llm-ppl-evaluation.yml @@ -11,7 +11,7 @@ permissions: # Controls when the action will run. on: schedule: - - cron: "00 14 * * *" # GMT time, 14:00 GMT == 22:00 China + - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China pull_request: branches: [main] paths: