From 3523b1ba152a8535af67e470e30d5c828912df47 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 21 Jun 2024 11:41:31 -0400 Subject: [PATCH] [ci] Remove circleci yarn_flow job This was migrated to GitHub actions ghstack-source-id: ed4b0774e0033282f1efda236316681b818bb8ea Pull Request resolved: https://github.com/facebook/react/pull/30028 --- .circleci/config.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8ef7bc87c8215..6699422e84822e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,17 +74,6 @@ parameters: default: '' jobs: - yarn_flow: - docker: *docker - environment: *environment - parallelism: 5 - - steps: - - checkout - - setup_node_modules - - run: node ./scripts/tasks/flow-ci - - yarn_flags: docker: *docker environment: *environment @@ -457,11 +446,6 @@ workflows: branches: ignore: - builds/facebook-www - - yarn_flow: - filters: - branches: - ignore: - - builds/facebook-www - check_generated_fizz_runtime: filters: branches: