Thanks to visit codestin.com Credit goes to github.com
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 7792324 commit 29282b2Copy full SHA for 29282b2
1 file changed
.github/workflows/build.yml
@@ -170,7 +170,7 @@ jobs:
170
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
171
172
build_ubuntu_ssltests:
173
- name: 'Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}'
+ name: 'Ubuntu SSL tests with OpenSSL'
174
runs-on: ubuntu-20.04
175
needs: check_source
176
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_ssl_tests == 'true'
0 commit comments