Skip to content

Commit 50d965e

Browse files
committed
Fix cron scheduling
1 parent 3aa0d4a commit 50d965e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: LuxCore Dependency Monitoring
1414

1515
on:
1616
schedule:
17-
- cron: "* * * * 5"
17+
- cron: "0 0 * * 5"
1818

1919
jobs:
2020
call-build-deps:

0 commit comments

Comments
 (0)