Disable scheduled firmware download job

Comment out the scheduled cron job for firmware downloads.
This commit is contained in:
Niklas Friesen
2026-01-14 17:34:48 +01:00
committed by GitHub
parent ef691f15ff
commit 4163b06db5

View File

@@ -1,8 +1,8 @@
name: 🎮 Firmware Auto Downloader
on:
schedule:
- cron: '0 * * * *'
#schedule:
# - cron: '0 * * * *'
workflow_dispatch:
jobs: