"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "a3efa433eac5feba842350c38a1db29244963fb5"
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 name: Update viable/strict
on: on:
pull_request:
paths:
- .github/workflows/update-viablestrict.yml
schedule: schedule:
- cron: 10,40 * * * * - cron: 10,40 * * * *
workflow_dispatch: workflow_dispatch:
...@@ -14,7 +17,7 @@ jobs: ...@@ -14,7 +17,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main
with: with:
repository: pytorch/vision 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: secrets:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }} 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