Skip to content

Commit

Permalink
[fbsync] update retryable and viable/strict workflows (#7628)
Browse files Browse the repository at this point in the history
Reviewed By: vmoens

Differential Revision: D46314042

fbshipit-source-id: b3b70bd6e99695c7bd54c9371c5386ef5270bf2e
  • Loading branch information
NicolasHug authored and facebook-github-bot committed May 31, 2023
1 parent 5d609df commit b8ec1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/pytorch-probot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ retryable_workflows:
- Build Linux
- Build Macos
- Build M1
- Tests on Linux
- Tests on macOS
- Build Windows
- Tests
2 changes: 1 addition & 1 deletion .github/workflows/update-viablestrict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main
with:
repository: pytorch/vision
required_checks: "Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint"
required_checks: "Build Linux,Build M1,Build Macos,Build Windows,Tests,CMake,Lint,Docs"
secrets:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}

0 comments on commit b8ec1ad

Please sign in to comment.