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