Skip to content

Commit bdcb3c0

Browse files
committed
워크플로우 시간 변경
1 parent e6ba1c0 commit bdcb3c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-commits.yml

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

33
on:
44
schedule:
5-
# 매일 04:00 (UTC 기준, 한국시간 13:00, 오후 1시)
6-
- cron: "0 4 * * *"
5+
# 매일 15:00 (UTC 기준, 한국시간 00:00, 자정)
6+
- cron: "0 15 * * *"
77
workflow_dispatch: # 수동 실행도 가능하도록
88

99
permissions:

0 commit comments

Comments
 (0)