From f205da9660c7f6cca00e7473b674eda40aa94ba0 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:42:45 +0200 Subject: [PATCH] Avoid using context that is not accessable from external contributors (#33866) * fix * fix * fix * fix --------- Co-authored-by: ydshieh --- .circleci/config.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca2afc67c10..9c414901c4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -186,7 +186,19 @@ workflows: version: 2 setup_and_quality: when: - not: <> + and: + - equal: [<>, https://github.com/huggingface/transformers] + - not: <> + jobs: + - check_circleci_user + - check_code_quality + - check_repository_consistency + - fetch_tests + + setup_and_quality_2: + when: + not: + equal: [<>, https://github.com/huggingface/transformers] jobs: - check_circleci_user - check_code_quality