1
0
Fork 0

fixed cron schedule

This commit is contained in:
Kim, Jimin 2022-01-12 10:48:15 +09:00
parent 4c747f3faa
commit 0dab968951

View file

@ -1,8 +1,7 @@
name: Metrics
on:
# Update daily
# https://crontab.guru/#0_0_*_*_*
schedule: [{ cron: "0 0 * * *" }]
# Update on midnight every day (korean compensated for time zone)
schedule: [{ cron: "0 14 * * *" }]
push:
branches:
- master