diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 02422ff..2e3561e 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -2,7 +2,7 @@ name: Health # Check modules health on registry.coder.com on: schedule: - - cron: "0,15,30,45 * * * *" # Runs every 15 minutes + - cron: "*/13 * * * *" # Runs every 13th minute workflow_dispatch: # Allows manual triggering of the workflow if needed jobs: