mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-08-24 10:13:18 -05:00
Changed cron job from midnight to 1am
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
- 'source/components/**'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Every day at midnight UTC
|
||||
- cron: '0 1 * * *' # Every day at midnight UTC
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
||||
Reference in New Issue
Block a user