Compare commits
1 Commits
v1.0.28
...
cj/github-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc73955f50 |
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@@ -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: "0,15,30,45 * * * *" # Runs every 15 minutes
|
- cron: "*/13 * * * *" # Runs every 13th minute
|
||||||
workflow_dispatch: # Allows manual triggering of the workflow if needed
|
workflow_dispatch: # Allows manual triggering of the workflow if needed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user