Fix rate-limiting

This commit is contained in:
Technocality
2025-06-02 15:29:01 -05:00
parent b74c24d702
commit 7cb48273a6
2 changed files with 20 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ name: Auto Update
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
- cron: "0 0 * * *"
jobs:
auto-update: