diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15d0ed6e..ecb24047 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: # Run every 6 hours Mon-Fri schedule: - - cron: "* */6 * * 1-5" + - cron: "0 */6 * * 1-5" jobs: setup: