Skip to content

Commit ee0df3d

Browse files
Fix broken name in build.yml (GH-25759) (GH-25802)
(cherry picked from commit 29282b2)
1 parent 10a62bb commit ee0df3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
185185

186186
build_ubuntu_ssltests:
187-
name: 'Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}'
187+
name: 'Ubuntu SSL tests with OpenSSL'
188188
runs-on: ubuntu-20.04
189189
needs: check_source
190190
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_ssl_tests == 'true'

0 commit comments

Comments
 (0)