We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20966b commit 74b2437Copy full SHA for 74b2437
1 file changed
.github/workflows/daily-workflow.yml
@@ -2,7 +2,8 @@ name: Daily Workflow
2
3
on:
4
schedule:
5
- - cron: '0 15 * * *' # :kr: (Korean) 매일 자정(KST)에 실행
+ - 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)
7
8
jobs:
9
build:
0 commit comments