Update update.yml
This commit is contained in:
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
@@ -1,9 +1,10 @@
|
|||||||
name: Update Data
|
name: Update Data
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# “At minute 17 past hour 6 and 18.”
|
# Run 4 times a day (every 6 hours)
|
||||||
|
# At minute 17 past hour 0, 6, 12, and 18
|
||||||
# https://crontab.guru/#17_6,18_*_*_*
|
# https://crontab.guru/#17_6,18_*_*_*
|
||||||
- cron: '17 6,18 * * *'
|
- cron: '17 0,6,12,18 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
name: Update data
|
name: Update data
|
||||||
|
|||||||
Reference in New Issue
Block a user