Skip to content

Commit 5bfd751

Browse files
committed
Skip the CircleCI workflows from the list of required workflows for update viable/stric branch
1 parent 715db1d commit 5bfd751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: "cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint"
20+
required_checks: "Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint"
2121
secrets:
2222
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
2323
GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}

0 commit comments

Comments
 (0)