diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e933d087..2ac6d252 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,8 @@ name: 'Tests' on: + schedule: + - cron: '45 2 * * *' pull_request: branches: - master @@ -110,4 +112,4 @@ jobs: - name: Run tests modules id: test-modules run: | - pytest -vv tests/modules \ No newline at end of file + pytest -vv tests/modules