Regenerate the DAGs every 4 hours

This commit is contained in:
Kris Nuttycombe 2023-08-21 14:46:56 -06:00
parent 983726a044
commit 2af11ecaba
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "42 22 * * *"
- cron: "0 */4 * * *"
workflow_dispatch:
jobs: