Skip to content

Commit 981e660

Browse files
committed
chore: change schedule to run daily
1 parent a8a1a6a commit 981e660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Package Manager Benchmarks
22
on:
33
push:
44
workflow_dispatch:
5+
schedule:
6+
- cron: "0 0 * * *"
57

68
# Prevent multiple runs from interfering with each other
79
concurrency:

0 commit comments

Comments
 (0)