]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix broken name in build.yml (GH-25759)
authorBrandt Bucher <brandt@python.org>
Sat, 1 May 2021 22:02:30 +0000 (15:02 -0700)
committerGitHub <noreply@github.com>
Sat, 1 May 2021 22:02:30 +0000 (15:02 -0700)
.github/workflows/build.yml

index c8fe8269e860e1b658c72a0161fdc6f45a7a0d2f..41200bb957e47c09f9612b0a90cb1612fafde0c2 100644 (file)
@@ -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'