diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7057ab1..ad8237d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,8 @@ on: branches: [ "master", "devel" ] pull_request: branches: [ "master", "devel" ] + schedule: + - cron: '0 8 * * 2' # Every Tuesday at 8AM. jobs: quicktest: