diff options
author | Brandt Bucher <brandt@python.org> | 2021-05-01 22:02:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 22:02:30 (GMT) |
commit | 29282b2825545e2823bde94290a80f7c0fd7068e (patch) | |
tree | 1b727e19ecad42cdcd0b993c9dbb1c4d357da62e /.github/workflows | |
parent | 779232413a367cd3357482e675a5518de102a90e (diff) | |
download | cpython-29282b2825545e2823bde94290a80f7c0fd7068e.zip cpython-29282b2825545e2823bde94290a80f7c0fd7068e.tar.gz cpython-29282b2825545e2823bde94290a80f7c0fd7068e.tar.bz2 |
Fix broken name in build.yml (GH-25759)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8fe826..41200bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' |