diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b754c6773..68c2d8e77f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: Run Unit Tests CI on: + schedule: + # Runs at 09Z (2am CDT) + - cron: "0 9 * * *" push: branches: [ main ] pull_request: