Update link and installation instructions for cuDNN 7.6.4 for CUDA 10.1 #38239
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: 'OPS status checker' | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
permissions: | |
contents: read | |
jobs: | |
status_checker_job: | |
name: Look for build warnings | |
runs-on: ubuntu-latest | |
permissions: | |
statuses: read | |
pull-requests: write | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
egress-policy: audit | |
- uses: dotnet/docs-tools/actions/status-checker@main | |
with: | |
repo_token: ${{ secrets.GITHUB_TOKEN }} | |
docs_path: "docs" | |
url_base_path: "dotnet" |