Skip to content

Commit 48ec8f5

Browse files
committed
add default schedule
1 parent 3c68814 commit 48ec8f5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.upptimerc.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,13 @@ status-website:
2929
introMessage: ""
3030
navbar:
3131
- title: GitHub
32-
href: https://github.com/$OWNER/$REPO
32+
href: https://github.com/$OWNER/$REPO
33+
34+
workflowSchedule:
35+
graphs: "0 0 * * *"
36+
responseTime: "0 23 * * *"
37+
staticSite: "0 1 * * *"
38+
summary: "0 0 * * *"
39+
updateTemplate: "0 0 * * *"
40+
updates: "0 3 * * *"
41+
uptime: "*/5 * * * *"

0 commit comments

Comments
 (0)