update cron to every 15 minutes

This commit is contained in:
Cian Johnston
2024-11-22 22:38:59 +00:00
parent 2870f4b0a5
commit c4ad39d584

View File

@@ -2,7 +2,7 @@ name: Health
# Check modules health on registry.coder.com # Check modules health on registry.coder.com
on: on:
schedule: schedule:
- cron: "*/13 * * * *" # Runs every 13th minute - cron: "0,15,30,45 * * * *" # Runs every 15 minutes
workflow_dispatch: # Allows manual triggering of the workflow if needed workflow_dispatch: # Allows manual triggering of the workflow if needed
jobs: jobs: