We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e0b66 commit 3f57c0bCopy full SHA for 3f57c0b
1 file changed
.github/workflows/merge-and-generate-problems.yml
@@ -5,6 +5,7 @@ on:
5
- cron: '00 9 * * 1' # 월요일 18시 00분 KST | (UTC 09:00) + 9
6
- cron: '00 4 * * 3' # 수요일 13시 00분 KST | (UTC 04:00) + 9
7
- cron: '00 4 * * 5' # 금요일 13시 00분 KST | (UTC 04:00) + 9
8
+ workflow_dispatch:
9
10
jobs:
11
merge-prs-and-create-folders:
0 commit comments