fixed cron schedule
This commit is contained in:
parent
4c747f3faa
commit
0dab968951
1 changed files with 2 additions and 3 deletions
5
.github/workflows/action.yml
vendored
5
.github/workflows/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue