Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Mar 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/update-viablestrict.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Update viable/strict

on:
pull_request:
paths:
- .github/workflows/update-viablestrict.yml
schedule:
- cron: 10,40 * * * *
workflow_dispatch:
Expand All @@ -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 }}