mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Several CI workflows depend on the runtime_build_and_test.yml workflow
to complete before it can successfully download the build artifact.
However it is possible to encounter a race condition where the build
hasn't completed when the new workflow is started.
This PR adds a simple polling mechanism that waits up to 10 minutes for
the build for that revision to complete.
ghstack-source-id: 6a954638a8
Pull Request resolved: https://github.com/facebook/react/pull/30515