Update .github/workflows/cron.yml
adjust cron time
This commit is contained in:
5
.github/workflows/cron.yml
vendored
5
.github/workflows/cron.yml
vendored
@@ -1,10 +1,7 @@
|
||||
name: Daily Cron (Make New DailyStats Document)
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
env:
|
||||
TZ: "America/New_York"
|
||||
- cron: "0 5 * * *"
|
||||
|
||||
jobs:
|
||||
cron:
|
||||
|
||||
Reference in New Issue
Block a user