diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 58b1f30b..d0fcd0c3 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -8,6 +8,9 @@ on: pull_request: branches: - master + schedule: + # Every day at 3:05 AM UTC + - cron: '5 3 * * *' workflow_dispatch: # needed to allow julia-actions/cache to delete old caches that it has created