We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad0201 commit 2982972Copy full SHA for 2982972
1 file changed
.github/workflows/python-app.yml
@@ -2,8 +2,8 @@ name: Python-Style-Guide-Get-Original
2
3
on:
4
schedule:
5
- # 매주 금요일 18:00에 실행합니다. (UTC +09:00)
6
- - cron: '0 9 * * 5'
+ # 매주 금요일 11시 쯔음 실행합니다. (UTC +09:00)
+ - cron: '0 2 * * 5'
7
issues:
8
# 이슈에 새로운 항목이 생기거나 수정사항이 있으면 실행합니다.
9
types: [opened, edited]
0 commit comments