diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4fa09050bc09..49899424ae08 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,6 +6,9 @@ on: - master - 'release-*' pull_request: + schedule: + # Every day at 3:10 AM UTC + - cron: '10 3 * * *' workflow_dispatch: # needed to allow julia-actions/cache to delete old caches that it has created