Adjust run time of updater script. (#10776)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-11-22 13:36:59 -05:00
committed by GitHub
parent dd08fb137d
commit 10dda118d9

View File

@@ -2,7 +2,7 @@
name: Generate Updates PR
on:
schedule:
- cron: '0 0 * * *' # Daily
- cron: '0 19 * * *' # Daily
jobs:
update-check:
permissions: