From abc0b712aaa8498c70ff221cda19bc0cdc287f38 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Thu, 18 Jul 2024 17:35:53 -0400 Subject: [PATCH] [ci] Fix sizebot job omitting build_and_lint dependency ghstack-source-id: 3d457818c9812e320ddbd2bb3f35d5b2e3b92bdc Pull Request resolved: https://github.com/facebook/react/pull/30392 --- .github/workflows/runtime_build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime_build_and_test.yml b/.github/workflows/runtime_build_and_test.yml index eb2589532b..78492c603b 100644 --- a/.github/workflows/runtime_build_and_test.yml +++ b/.github/workflows/runtime_build_and_test.yml @@ -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