Skip to content

Commit 4a51822

Browse files
authored
update retryable and viable/strict workflows (#7628)
1 parent 4125d3a commit 4a51822

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/pytorch-probot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ retryable_workflows:
66
- Build Linux
77
- Build Macos
88
- Build M1
9-
- Tests on Linux
10-
- Tests on macOS
9+
- Build Windows
10+
- Tests

.github/workflows/update-viablestrict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main
1818
with:
1919
repository: pytorch/vision
20-
required_checks: "Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint"
20+
required_checks: "Build Linux,Build M1,Build Macos,Build Windows,Tests,CMake,Lint,Docs"
2121
secrets:
2222
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
2323
GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}

0 commit comments

Comments
 (0)