diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3627af87..9c973ef3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,9 @@ on: push: branches: - master + workflow_dispatch: + schedule: + - cron: '0 4 * * *' env: PIP_DISABLE_PIP_VERSION_CHECK: '1'