We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794cfa0 commit 6e0f4b3Copy full SHA for 6e0f4b3
1 file changed
.github/workflows/continuous-benchmark.yaml
@@ -3,9 +3,9 @@ name: Continuous Benchmark
3
on:
4
repository_dispatch:
5
workflow_dispatch:
6
-# schedule:
7
-# # Run every 4 hours
8
-# - cron: "0 */4 * * *"
+ schedule:
+ # Run every 4 hours
+ - cron: "0 */4 * * *"
9
10
jobs:
11
runBenchmark:
0 commit comments