File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ name: Llama Benchmarking Tests
9
9
on :
10
10
workflow_dispatch :
11
11
schedule :
12
- # Weekdays at 4 :00 AM UTC = 9 :00 PM PST.
13
- - cron : " 0 4 * * 1-5"
12
+ # Weekdays at 11 :00 AM UTC = 03 :00 AM PST / 04:00 AM PDT
13
+ - cron : " 0 11 * * 1-5"
14
14
15
15
concurrency :
16
16
# A PR number if a pull request and otherwise the commit hash. This cancels
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ name: SGLang Llama Benchmarking Tests
21
21
on :
22
22
workflow_dispatch :
23
23
schedule :
24
- # Weekdays at 4 :00 AM UTC = 9 :00 PM PST.
25
- - cron : " 0 4 * * 1-5"
24
+ # Weekdays at 11 :00 AM UTC = 03 :00 AM PST / 04:00 AM PDT
25
+ - cron : " 0 11 * * 1-5"
26
26
27
27
concurrency :
28
28
# A PR number if a pull request and otherwise the commit hash. This cancels
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ name: CI - sharktank perplexity
9
9
on :
10
10
workflow_dispatch :
11
11
schedule :
12
- # Weekdays nightly at 07 :00 UTC = 23 :00 PST / 00 :00 PDT.
13
- - cron : " 0 7 * * 1-5"
12
+ # Weekdays at 11 :00 AM UTC = 03 :00 AM PST / 04 :00 AM PDT
13
+ - cron : " 0 11 * * 1-5"
14
14
15
15
concurrency :
16
16
# A PR number if a pull request and otherwise the commit hash. This cancels
You can’t perform that action at this time.
0 commit comments