disable outdated scheduled workflow (#11915)
This commit is contained in:
parent
24c279e0ae
commit
e5dc4e9123
4 changed files with 8 additions and 8 deletions
4
.github/workflows/llm-c-evaluation.yml
vendored
4
.github/workflows/llm-c-evaluation.yml
vendored
|
|
@ -10,8 +10,8 @@ permissions:
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time
|
# - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
4
.github/workflows/llm-harness-evaluation.yml
vendored
4
.github/workflows/llm-harness-evaluation.yml
vendored
|
|
@ -10,8 +10,8 @@ permissions:
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China
|
# - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
4
.github/workflows/llm-ppl-evaluation.yml
vendored
4
.github/workflows/llm-ppl-evaluation.yml
vendored
|
|
@ -10,8 +10,8 @@ permissions:
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China
|
# - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
4
.github/workflows/llm-whisper-evaluation.yml
vendored
4
.github/workflows/llm-whisper-evaluation.yml
vendored
|
|
@ -10,8 +10,8 @@ permissions:
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China
|
# - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue