]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix broken name in build.yml (GH-25759) (GH-25802)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 May 2021 02:56:56 +0000 (19:56 -0700)
committerGitHub <noreply@github.com>
Sun, 2 May 2021 02:56:56 +0000 (19:56 -0700)
(cherry picked from commit 29282b2825545e2823bde94290a80f7c0fd7068e)

.github/workflows/build.yml

index 84516136c076d98805ad03bb96941b9dce34d9f9..a42338edd59f50642b75a517deb8ab3a55cb911b 100644 (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'