[Python-checkins] Fix broken name in build.yml (GH-25759) (GH-25802)

brandtbucher webhook-mailer at python.org
Sat May 1 22:57:04 EDT 2021


https://github.com/python/cpython/commit/ee0df3dee4fb965354150126a9a7f8efbcb40e27
commit: ee0df3dee4fb965354150126a9a7f8efbcb40e27
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: brandtbucher <brandtbucher at gmail.com>
date: 2021-05-01T19:56:56-07:00
summary:

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

(cherry picked from commit 29282b2825545e2823bde94290a80f7c0fd7068e)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 84516136c076d9..a42338edd59f50 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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'



More information about the Python-checkins mailing list