We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ba1c0 commit bdcb3c0Copy full SHA for bdcb3c0
1 file changed
.github/workflows/check-commits.yml
@@ -2,8 +2,8 @@ name: Check Daily Commits
2
3
on:
4
schedule:
5
- # 매일 04:00 (UTC 기준, 한국시간 13:00, 오후 1시)
6
- - cron: "0 4 * * *"
+ # 매일 15:00 (UTC 기준, 한국시간 00:00, 자정)
+ - cron: "0 15 * * *"
7
workflow_dispatch: # 수동 실행도 가능하도록
8
9
permissions:
0 commit comments