Skip to content

Commit 29282b2

Browse files
authored
Fix broken name in build.yml (GH-25759)
1 parent 7792324 commit 29282b2

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
@@ -170,7 +170,7 @@ jobs:
170170
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
171171

172172
build_ubuntu_ssltests:
173-
name: 'Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}'
173+
name: 'Ubuntu SSL tests with OpenSSL'
174174
runs-on: ubuntu-20.04
175175
needs: check_source
176176
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_ssl_tests == 'true'

0 commit comments

Comments
 (0)