From e7b7d89d4526a578d580e18a7288b6844415ebe0 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Thu, 18 Jul 2024 17:30:22 -0400 Subject: [PATCH] Update [ghstack-poisoned] --- .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 eb2589532b433..78492c603bb3a 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