diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 380cfe9..2d4c266 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -13,7 +13,7 @@ on: # Weekly tests run on main by default: # Scheduled workflows run on the latest commit on the default or base branch. # (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule) - - cron: "0 0 * * 0" + - cron: "0 0 * * *" jobs: test: