[ci] Remove circleci yarn_flow job
This was migrated to GitHub actions ghstack-source-id: e1cd659e343abe21d8d4f43f19aa518b3b992400 Pull Request resolved: https://github.com/facebook/react/pull/30028
Lauren Tan committed
Jun 21, 2024 at 12:19 UTC
57279287711cab628916ea7242055f89190aa47e
1 file changed
-16
.circleci/config.yml
-16
@@ -74,17 +74,6 @@ parameters:
74
default: ''
75
76
jobs:
77
- yarn_flow:
78
- docker: *docker
79
- environment: *environment
80
- parallelism: 5
81
-
82
- steps:
83
- - checkout
84
- - setup_node_modules
85
- - run: node ./scripts/tasks/flow-ci
86
-
87
-
77
yarn_flags:
78
docker: *docker
79
environment: *environment
@@ -457,11 +446,6 @@ workflows:
446
branches:
447
ignore:
448
- builds/facebook-www
460
- - yarn_flow:
461
- filters:
462
- branches:
463
- ignore:
464
- - builds/facebook-www
449
- check_generated_fizz_runtime:
450
filters:
451
branches: