Skip to content

Commit b978214

Browse files
authored
Change cron schedule to 14:00 BTC
Updated cron schedule to run daily at 14:00 BTC.
1 parent 40a9291 commit b978214

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: iCourse Check
22

33
on:
44
schedule:
5-
# Every day at 13:00 and 22:00 BTC (UTC + 8)
6-
- cron: "0 5 * * *"
5+
# Every day at 22:00 BTC (UTC + 8)
76
- cron: "0 14 * * *"
87
workflow_dispatch:
98

0 commit comments

Comments
 (0)