Skip to content

Commit e5dc4e9

Browse files
authored
disable outdated scheduled workflow (#11915)
1 parent 24c279e commit e5dc4e9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/llm-c-evaluation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010

1111
# Controls when the action will run.
1212
on:
13-
schedule:
14-
- cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time
13+
# schedule:
14+
# - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time
1515
pull_request:
1616
branches: [main]
1717
paths:

.github/workflows/llm-harness-evaluation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010

1111
# Controls when the action will run.
1212
on:
13-
schedule:
14-
- cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China
13+
# schedule:
14+
# - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China
1515
pull_request:
1616
branches: [main]
1717
paths:

.github/workflows/llm-ppl-evaluation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010

1111
# Controls when the action will run.
1212
on:
13-
schedule:
14-
- cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China
13+
# schedule:
14+
# - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China
1515
pull_request:
1616
branches: [main]
1717
paths:

.github/workflows/llm-whisper-evaluation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010

1111
# Controls when the action will run.
1212
on:
13-
schedule:
14-
- cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China
13+
# schedule:
14+
# - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China
1515
pull_request:
1616
branches: [main]
1717
paths:

0 commit comments

Comments
 (0)