diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f8ccf95..53de8f07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: default: -m "not slow" schedule: - - cron: "15 * * * *" + - cron: "0 0 * * *" push: branches: - main