diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ce05ec..90e19aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,8 @@ on: - 'modules/apihelper/**' - 'modules/wiki/**' - 'tests/**' + schedule: + - cron: '0 4 * * 3' jobs: pytest: