Thanks to visit codestin.com
Credit goes to github.com

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

Commit bc73955

Browse files
committed
turn back the schedule
1 parent 6597a2d commit bc73955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Health
22
# Check modules health on registry.coder.com
33
on:
44
schedule:
5-
- cron: "0,15,30,45 * * * *" # Runs every 15 minutes
5+
- cron: "*/13 * * * *" # Runs every 13th minute
66
workflow_dispatch: # Allows manual triggering of the workflow if needed
77

88
jobs:

0 commit comments

Comments
 (0)