diff --git a/.github/workflows/autogen.yml b/.github/workflows/autogen.yml index 3ffa3ece8..d860dbe38 100644 --- a/.github/workflows/autogen.yml +++ b/.github/workflows/autogen.yml @@ -2,8 +2,8 @@ name: Generate ics files on: schedule: - - cron: '0 6 * * *' - - cron: '0 18 * * *' + - cron: '10 3 * * *' + - cron: '10 15 * * *' jobs: run-scripts: diff --git a/.github/workflows/autoget.yml b/.github/workflows/autoget.yml index 0940073fe..5cb91d444 100644 --- a/.github/workflows/autoget.yml +++ b/.github/workflows/autoget.yml @@ -2,8 +2,8 @@ name: Get Earnings Calendar Data on: schedule: - - cron: '0 5 * * *' - - cron: '0 17 * * *' + - cron: '0 3 * * *' + - cron: '0 15 * * *' jobs: run-scripts: