Skip to content

Commit 3783a83

Browse files
authored
Modify cron schedule for iCourse Check workflow
Updated cron schedule to include additional times.
1 parent 68ef50f commit 3783a83

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: iCourse Check
22

33
on:
44
schedule:
5-
# Every day at 22:00 UTC+8 (14:00 UTC)
6-
- cron: "0 14 * * *"
5+
# Every day at 14:00 and 20:00 BTC (UTC + 8)
6+
- cron: "0 6 * * *"
7+
- cron: "0 12 * * *"
78
workflow_dispatch:
89

910
permissions:

0 commit comments

Comments
 (0)