Disable scheduled firmware download job

Comment out the scheduled cron job for firmware downloads.
This commit is contained in:
Zoria
2025-12-07 17:05:09 +01:00
committed by GitHub
parent 48eb6fa3c7
commit f2366a5ab6

View File

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