From 693ac3594b96e86dd282fdf8e413f3a48b176892 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Tue, 1 Dec 2020 12:03:29 -0800 Subject: [PATCH] disable job skip - need more work reference: https://github.com/huggingface/transformers/pull/8853#issuecomment-736779863 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb004a6deb6..fe009a0b57d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ commands: echo "Non-docs were modified in this PR, proceeding normally" else echo "Only docs were modified in this PR, quitting this job" - circleci step halt + #circleci step halt fi else echo "Can't perform skipping check w/o base_revision defined, continuing the job"