We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2982972 commit 38650e7Copy full SHA for 38650e7
1 file changed
.github/workflows/python-app.yml
@@ -3,7 +3,7 @@ name: Python-Style-Guide-Get-Original
3
on:
4
schedule:
5
# 매주 금요일 11시 쯔음 실행합니다. (UTC +09:00)
6
- - cron: '0 2 * * 5'
+ - cron: '0 3 * * 5'
7
issues:
8
# 이슈에 새로운 항목이 생기거나 수정사항이 있으면 실행합니다.
9
types: [opened, edited]
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v2
18
with:
19
- python-version: 3.6
+ python-version: 3.11
20
- name: Install Dependencies
21
run: |
22
python -m pip install --upgrade pip
0 commit comments