[ci] Fix sizebot job omitting build_and_lint dependency

ghstack-source-id: 3d457818c9812e320ddbd2bb3f35d5b2e3b92bdc
Pull Request resolved: https://github.com/facebook/react/pull/30392
This commit is contained in:
Lauren Tan
2024-07-18 17:35:53 -04:00
parent 3f4391d589
commit abc0b712aa

View File

@@ -565,7 +565,7 @@ jobs:
sizebot:
name: Run sizebot
needs: download_base_build_for_sizebot
needs: [build_and_lint, download_base_build_for_sizebot]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4