mirror of
https://github.com/THZoria/NX_Firmware.git
synced 2025-12-18 13:37:00 +01:00
Update cron schedule for firmware download
Change cron schedule to run hourly instead of every 5 minutes.
This commit is contained in:
2
.github/workflows/firmware-autodl.yml
vendored
2
.github/workflows/firmware-autodl.yml
vendored
@@ -2,7 +2,7 @@ name: 🎮 Firmware Auto Downloader
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '0 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user