We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a329a9 commit ac4aedeCopy full SHA for ac4aede
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 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
+ - cron: '00 9 * * 1' # 월요일 18시 00분 KST | (UTC 09:00) + 9
+ - cron: '00 4 * * 3' # 수요일 13시 00분 KST | (UTC 04:00) + 9
+ - cron: '00 4 * * 5' # 금요일 13시 00분 KST | (UTC 04:00) + 9
8
9
jobs:
10
merge-prs-and-create-folders:
0 commit comments