diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e6c7b1d..5dd44896 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,8 @@ on: push: branches: [main] pull_request: + schedule: + - cron: '5 1 * * *' # every day at 01:05 workflow_dispatch: concurrency: