Skip to content

Commit abc0b71

Browse files
committed
[ci] Fix sizebot job omitting build_and_lint dependency
ghstack-source-id: 3d457818c9812e320ddbd2bb3f35d5b2e3b92bdc Pull Request resolved: #30392
1 parent 3f4391d commit abc0b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime_build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ jobs:
565565

566566
sizebot:
567567
name: Run sizebot
568-
needs: download_base_build_for_sizebot
568+
needs: [build_and_lint, download_base_build_for_sizebot]
569569
runs-on: ubuntu-latest
570570
steps:
571571
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)