Skip to content

Commit 74b2437

Browse files
authored
Update daily-workflow.yml
1 parent c20966b commit 74b2437

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/daily-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Daily Workflow
22

33
on:
44
schedule:
5-
- cron: '0 15 * * *' # :kr: (Korean) 매일 자정(KST)에 실행
5+
- cron: '0 15 * * *' # Every midnight Korean time(KST) (UTC 15:00 = KST 00:00)
6+
# - cron: "0 12 * * 1-4" # Runs Monday through Thursday at 9:00 PM, KST(Korean time)
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)