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

brandtbucher webhook-mailer at python.org
Sat May 1 22:31:13 EDT 2021


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

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

(cherry picked from commit 29282b2825545e2823bde94290a80f7c0fd7068e)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 90d0317fbfad0d..79d7efa7684bea 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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'



More information about the Python-checkins mailing list