diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7aa6498..6504cfc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,9 @@ name: Test on: pull_request: push: + schedule: + # run weekly to ensure that we are still good + - cron: '1 2 * * 3' jobs: test: