Skip to content

Commit d8ec61f

Browse files
Fix broken name in build.yml (GH-25759) (GH-25797)
(cherry picked from commit 29282b2)
1 parent ce081fb commit d8ec61f

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
@@ -177,7 +177,7 @@ jobs:
177177
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
178178

179179
build_ubuntu_ssltests:
180-
name: 'Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}'
180+
name: 'Ubuntu SSL tests with OpenSSL'
181181
runs-on: ubuntu-20.04
182182
needs: check_source
183183
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_ssl_tests == 'true'

0 commit comments

Comments
 (0)