chore: update github workflow schedule
This commit is contained in:
parent
b48db377f9
commit
b094fbc73d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Metrics
|
name: Metrics
|
||||||
on:
|
on:
|
||||||
schedule: [{ cron: "0 13 * * *" }]
|
# Run at 15:00 UTC (00:00 KST)
|
||||||
|
schedule: [{ cron: "0 15 * * *" }]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue