disable job skip - need more work

reference: https://github.com/huggingface/transformers/pull/8853#issuecomment-736779863
This commit is contained in:
Stas Bekman 2020-12-01 12:03:29 -08:00 committed by GitHub
parent 379005c9d2
commit 693ac3594b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ commands:
echo "Non-docs were modified in this PR, proceeding normally" echo "Non-docs were modified in this PR, proceeding normally"
else else
echo "Only docs were modified in this PR, quitting this job" echo "Only docs were modified in this PR, quitting this job"
circleci step halt #circleci step halt
fi fi
else else
echo "Can't perform skipping check w/o base_revision defined, continuing the job" echo "Can't perform skipping check w/o base_revision defined, continuing the job"