Skip to content

Commit 48b8ac0

Browse files
committed
Decrease benchmark run frequency to every 6 hour (iso every 4 hour)
1 parent 5833f79 commit 48b8ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Benchmarks"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "37 */4 * * *"
6+
- cron: "37 */6 * * *"
77

88
jobs:
99
benchmarks:

0 commit comments

Comments
 (0)