[ci] Remove circleci yarn_flags job

This was migrated to GitHub actions

ghstack-source-id: 744671f311
Pull Request resolved: https://github.com/facebook/react/pull/30030
This commit is contained in:
Lauren Tan
2024-06-21 15:02:18 -04:00
parent 2f34bf427f
commit 6aea169480
-14
View File
@@ -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: