We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1c6c3 commit fbc831eCopy full SHA for fbc831e
1 file changed
.github/workflows/merge-and-generate-problems.yml
@@ -2,9 +2,9 @@ name: Merge PRs and Generate Problem Folders
2
3
on:
4
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)
+ - cron: '00 10 * * 1' # 월요일 19시 00분 KST (UTC 10:00) + 9
+ - cron: '00 5 * * 3' # 수요일 14시 00분 KST (UTC 05:00) + 9
+ - cron: '00 5 * * 5' # 금요일 14시 00분 KST (UTC 05:00) + 9
8
9
jobs:
10
merge-prs-and-create-folders:
0 commit comments