From f1482e8ba5fa37ebdf942f82f0bc61b7329ed4ad Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Fri, 31 Mar 2023 08:41:09 +0200 Subject: [PATCH] Exclude the 'build' workflow --- .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 279527ad985..7ed460dca79 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: "build,cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" + required_checks: "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_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}