File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ github:
4848 - " Unit Tests (Python 3.12)"
4949 - " Unit Tests (Python 3.13)"
5050 - " Dependency Review"
51- - " Run Various Lint and Other Checks"
52- - " Build and upload Documentation"
51+ - " Run Various Lint and Other Checks (3.10) "
52+ - " Build and upload Documentation (3.10) "
5353
5454notifications :
5555 jobs : notifications@libcloud.apache.org
Original file line number Diff line number Diff line change @@ -436,3 +436,15 @@ jobs:
436436 run : |
437437 python -m pip install requests
438438 python ./contrib/trigger_rtd_build.py
439+
440+ old_check_name :
441+ name : Build and upload Documentation
442+ runs-on : ubuntu-latest
443+ steps :
444+ - run : echo "OK"
445+
446+ old_check_name_2 :
447+ name : Run Various Lint and Other Checks
448+ runs-on : ubuntu-latest
449+ steps :
450+ - run : echo "OK"
You can’t perform that action at this time.
0 commit comments