From e5dc4e9123387385f41485dd691394362b503b28 Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Sat, 24 Aug 2024 07:17:42 +0800 Subject: [PATCH] disable outdated scheduled workflow (#11915) --- .github/workflows/llm-c-evaluation.yml | 4 ++-- .github/workflows/llm-harness-evaluation.yml | 4 ++-- .github/workflows/llm-ppl-evaluation.yml | 4 ++-- .github/workflows/llm-whisper-evaluation.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/llm-c-evaluation.yml b/.github/workflows/llm-c-evaluation.yml index 9ca18276..ac212d33 100644 --- a/.github/workflows/llm-c-evaluation.yml +++ b/.github/workflows/llm-c-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time + # schedule: + # - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index e3e1993a..8e9b9bf7 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China + # schedule: + # - 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 7c2037ff..d1d0be00 100644 --- a/.github/workflows/llm-ppl-evaluation.yml +++ b/.github/workflows/llm-ppl-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China + # schedule: + # - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-whisper-evaluation.yml b/.github/workflows/llm-whisper-evaluation.yml index e60eadbf..bde7929c 100644 --- a/.github/workflows/llm-whisper-evaluation.yml +++ b/.github/workflows/llm-whisper-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China pull_request: branches: [main] paths: