Update the description for the tls_ca_cert
config option to use openssl rehash
instead of c_rehash
#11294
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
uses: ./.github/workflows/pr-quick-check.yml | |
if: ${{ github.base_ref == 'master' }} | |
with: | |
repo: core | |
secrets: inherit |