Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

chore: add updates to force redeployment on Vercel #348

Merged
merged 14 commits into from
Nov 22, 2024
Prev Previous commit
Next Next commit
update cron to every 15 minutes
  • Loading branch information
johnstcn committed Nov 22, 2024
commit c4ad39d58429a756475889624df02f0fdeff1ba5
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Health
# Check modules health on registry.coder.com
on:
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

jobs:
Expand Down