Skip to content

Commit 5627d6e

Browse files
authored
Update uptime.yml
1 parent 3e497d4 commit 5627d6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/uptime.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
name: Uptime CI
1818
on:
1919
schedule:
20-
- cron: "*/5 * * * 1-5"
20+
- cron: "*/5 * * * 1-4" # every 5 mins Mon-Thurs UTC
21+
- cron: "*/5 0-13 * * 5" # every 5 mins 00:00-13:55 Friday UTC
22+
- cron: "*/5 14-23 * * 0" # every 5 mins 14:00-35:55 Sunday UTC
2123
repository_dispatch:
2224
types: [uptime]
2325
workflow_dispatch:

0 commit comments

Comments
 (0)