We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce081fb commit d8ec61fCopy full SHA for d8ec61f
.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
177
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
178
179
build_ubuntu_ssltests:
180
- name: 'Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}'
+ name: 'Ubuntu SSL tests with OpenSSL'
181
runs-on: ubuntu-20.04
182
needs: check_source
183
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_ssl_tests == 'true'
0 commit comments