From 6aea169480286ef9c037c6efefaacecac0e5d7c0 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 21 Jun 2024 14:57:58 -0400 Subject: [PATCH] [ci] Remove circleci yarn_flags job This was migrated to GitHub actions ghstack-source-id: 744671f311629f848efaf8e906cfd16305bc3d79 Pull Request resolved: https://github.com/facebook/react/pull/30030 --- .circleci/config.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6699422e84..894e52fab6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,15 +74,6 @@ parameters: default: '' jobs: - yarn_flags: - docker: *docker - environment: *environment - - steps: - - checkout - - setup_node_modules - - run: yarn flags - scrape_warning_messages: docker: *docker environment: *environment @@ -441,11 +432,6 @@ workflows: build_and_test: unless: << pipeline.parameters.prerelease_commit_sha >> jobs: - - yarn_flags: - filters: - branches: - ignore: - - builds/facebook-www - check_generated_fizz_runtime: filters: branches: