From 2b8a1446d3c66d86bb72291308f3c5fd18b74a5e Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Thu, 27 Aug 2020 16:21:23 -0700 Subject: [PATCH] Disable `pytorch_windows_builder_worker` config See https://github.com/pytorch/tutorials/issues/1141 --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df10716c645..73d6353f673 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -562,11 +562,11 @@ workflows: branches: only: - master - - pytorch_windows_build_worker: - name: win_test_worker - type: approval - filters: - branches: - only: - - master +# - pytorch_windows_build_worker: +# name: win_test_worker +# type: approval +# filters: +# branches: +# only: +# - master