Update update.yml

This commit is contained in:
Nemo
2022-03-29 12:36:08 +05:30
committed by GitHub
parent 6b0ef0a19e
commit 3b4cca9faf

View File

@@ -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