diff --git a/.github/workflows/llm-c-evaluation.yml b/.github/workflows/llm-c-evaluation.yml index 9ca18276c75..ac212d33280 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 e3e1993a9c0..8e9b9bf7d25 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 7c2037ff318..d1d0be00499 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 e60eadbf1df..bde7929c5a0 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: