Skip to content

Commit

Permalink
[ci] Remove circleci yarn_flags job
Browse files Browse the repository at this point in the history
This was migrated to GitHub actions

ghstack-source-id: 744671f311629f848efaf8e906cfd16305bc3d79
Pull Request resolved: #30030
  • Loading branch information
poteto committed Jun 21, 2024
1 parent 2f34bf4 commit 6aea169
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6aea169

Please sign in to comment.