File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: all_url_check
88 - master
99 pull_request :
1010 schedule :
11- - cron : ' 0 5,13 * * * '
11+ - cron : ' 0 5,13 * * 3,6 '
1212
1313jobs :
1414 run_lychee :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: pip_audit
88 - master
99 pull_request :
1010 schedule :
11- - cron : ' 10 2 * * 1,3 '
11+ - cron : ' 10 2 * * 1'
1212
1313jobs :
1414 pip_audit :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: python_test
88 - master
99 pull_request :
1010 schedule :
11- - cron : ' 25 0 * * 2,5 '
11+ - cron : ' 25 0 * * 2'
1212
1313jobs :
1414 python_test :
1818 matrix :
1919 os :
2020 - ubuntu-22.04
21- python-version : ['3.10', 3.11]
21+ python-version : [3.11]
2222
2323 steps :
2424 - name : Checkout
You can’t perform that action at this time.
0 commit comments