diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 405ffc2b..f07e1544 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -3,6 +3,9 @@ name: pytest on: pull_request: workflow_dispatch: + schedule: + # at 6:00 every 1st of the month + - cron: 0 6 1 * * jobs: pytest: