Skip to content

Commit fbc831e

Browse files
authored
시간 업데이트
1 parent 0c1c6c3 commit fbc831e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/merge-and-generate-problems.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Merge PRs and Generate Problem Folders
22

33
on:
44
schedule:
5-
- cron: '00 12 * * 1' # 월요일 21시 00분 KST (UTC 12:00)
6-
- cron: '00 10 * * 4' # 목요일 19시 00분 KST (UTC 10:00)
7-
- cron: '59 23 * * 4' # 금요일 8시 59분 KST (UTC 23:59)
5+
- cron: '00 10 * * 1' # 월요일 19시 00분 KST (UTC 10:00) + 9
6+
- cron: '00 5 * * 3' # 수요일 14시 00분 KST (UTC 05:00) + 9
7+
- cron: '00 5 * * 5' # 금요일 14시 00분 KST (UTC 05:00) + 9
88

99
jobs:
1010
merge-prs-and-create-folders:

0 commit comments

Comments
 (0)