1
0
Fork 0

chore: update github workflow schedule

This commit is contained in:
Kim, Jimin 2023-06-15 22:43:23 +09:00
parent b48db377f9
commit b094fbc73d

View file

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