Skip to content

Commit a930a6f

Browse files
committed
refactor(public-release): refactro backend to make it public
1 parent 38d698e commit a930a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark_cpu_onnxruntime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmark CPU Onnxruntime
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 12 * * *"
77
pull_request:
88

99
concurrency:

.github/workflows/update_llm_perf_leaderboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update LLM Perf Leaderboard
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 */6 * * *"
6+
- cron: "0 0 * * *"
77
push:
88
branches:
99
- main

0 commit comments

Comments
 (0)