mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:26:24 +00:00
Schedule autodl once a week.
This commit is contained in:
5
.github/workflows/run_autodl.yml
vendored
5
.github/workflows/run_autodl.yml
vendored
@@ -1,8 +1,7 @@
|
|||||||
name: Run auto download
|
name: Run auto download
|
||||||
on:
|
on:
|
||||||
# schedule:
|
schedule:
|
||||||
# # * is a special character in YAML, always quote this string
|
- cron: '0 0 * * 0'
|
||||||
# - cron: '0 1 * * 1'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
prev:
|
prev:
|
||||||
|
|||||||
Reference in New Issue
Block a user