mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix broken name in build.yml (GH-25759)
This commit is contained in:
parent
779232413a
commit
29282b2825
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -170,7 +170,7 @@ jobs:
|
|||
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
|
||||
|
||||
build_ubuntu_ssltests:
|
||||
name: 'Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}'
|
||||
name: 'Ubuntu SSL tests with OpenSSL'
|
||||
runs-on: ubuntu-20.04
|
||||
needs: check_source
|
||||
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_ssl_tests == 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue