From 5bfd7511e4ae4f42f7b44f6dc93dad66f5c0aa73 Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Wed, 5 Apr 2023 15:58:32 +0200 Subject: [PATCH] Skip the CircleCI workflows from the list of required workflows for update viable/stric branch --- .github/workflows/update-viablestrict.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-viablestrict.yml b/.github/workflows/update-viablestrict.yml index 7ed460dca79..2d9c2265676 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -17,7 +17,7 @@ jobs: uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main with: repository: pytorch/vision - required_checks: "cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" + required_checks: "Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" secrets: ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }} GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}