Update cron schedule for firmware download

Change cron schedule to run hourly instead of every 5 minutes.
This commit is contained in:
Zoria
2025-12-07 21:51:36 +01:00
committed by GitHub
parent 1bd96a9bd6
commit c891cd56f6

View File

@@ -2,7 +2,7 @@ name: 🎮 Firmware Auto Downloader
on:
schedule:
- cron: '*/5 * * * *'
- cron: '0 * * * *'
workflow_dispatch:
jobs: