Skip to content

Commit cee003a

Browse files
committed
reduce cron schedule from hourly to twice daily
Cuts GitHub Actions runs from ~720/month to ~60, fixing storage quota exhaustion on the free plan. Made-with: Cursor
1 parent a690a67 commit cee003a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scheduled collection
22

33
on:
44
schedule:
5-
- cron: "0 * * * *"
5+
- cron: "0 6,18 * * *"
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)