@samitouri / QOS-React-1 / commits / abc0b712aa

[ci] Fix sizebot job omitting build_and_lint dependency

ghstack-source-id: 3d457818c9812e320ddbd2bb3f35d5b2e3b92bdc Pull Request resolved: https://github.com/facebook/react/pull/30392

Lauren Tan committed Jul 18, 2024 at 17:35 UTC abc0b712aaa8498c70ff221cda19bc0cdc287f38
1 file changed +1 -1
.github/workflows/runtime_build_and_test.yml
+1 -1
@@ -565,7 +565,7 @@ jobs:
565
566 sizebot:
567 name: Run sizebot
568 - needs: download_base_build_for_sizebot
568 + needs: [build_and_lint, download_base_build_for_sizebot]
569 runs-on: ubuntu-latest
570 steps:
571 - uses: actions/checkout@v4