Fix broken name in build.yml (GH-25759) (GH-25802)

(cherry picked from commit 29282b2825)
This commit is contained in:
Miss Islington (bot) 2021-05-01 19:56:56 -07:00 committed by GitHub
parent 10a62bbecc
commit ee0df3dee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,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'