mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-22 23:38:07 +00:00
make cron daily
This commit is contained in:
@@ -3,7 +3,7 @@ name: Repo-Updater
|
|||||||
# cron every sunday at 12 am, due to github api limits, change this to be ran once a week
|
# cron every sunday at 12 am, due to github api limits, change this to be ran once a week
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *' # do every hour for now
|
- cron: '0 0 * * *' # do every hour for now
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Set the job key. The key is displayed as the job name
|
# Set the job key. The key is displayed as the job name
|
||||||
|
|||||||
Reference in New Issue
Block a user