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

.github/workflows/build.yml

index 90d0317fbfad0db19c4ffb450fd5508837af21be..79d7efa7684beaccaa0cdb3324a1d16bfa9d6450 100644 (file)
@@ -177,7 +177,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'