From: Brandt Bucher Date: Sat, 1 May 2021 22:02:30 +0000 (-0700) Subject: Fix broken name in build.yml (GH-25759) X-Git-Tag: v3.10.0b1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29282b2825545e2823bde94290a80f7c0fd7068e;p=thirdparty%2FPython%2Fcpython.git Fix broken name in build.yml (GH-25759) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8fe8269e860..41200bb957e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'