mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
[ci] Fix sizebot job omitting build_and_lint dependency
ghstack-source-id: 3d457818c9812e320ddbd2bb3f35d5b2e3b92bdc Pull Request resolved: https://github.com/facebook/react/pull/30392
This commit is contained in:
parent
3f4391d589
commit
abc0b712aa
2
.github/workflows/runtime_build_and_test.yml
vendored
2
.github/workflows/runtime_build_and_test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user