Unverified Commit b1d16c9c authored by Danylo Baibak's avatar Danylo Baibak Committed by GitHub
Browse files

Fixed the typo in the "Update viable/strict" workflow. (#7441)

parent f0a1df31
name: Update viable/strict
on:
pull_request:
paths:
- .github/workflows/update-viablestrict.yml
schedule:
- cron: 10,40 * * * *
workflow_dispatch:
......@@ -14,7 +17,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main
with:
repository: pytorch/vision
required_check: "build,cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint"
required_checks: "build,cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint"
secrets:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
GITHUB_TOKEN : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}
GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment