dillon1000/react

Commit

[ci] Override actions/cache default timeout

actions/cache has a default timeout of 10 minutes. Occasionally the
cache service download gets stuck and it waits this amount of time
before proceeding like it was a cache miss.

10 minutes is way too long so let's shorten this to a minute.

ghstack-source-id: 95dee31bd90651dfb29925e64d9f9dc7417a95e7
Pull Request resolved: https://github.com/facebook/react/pull/30512
Browse files
Changed paths7 files
First-parent comparison
M .github/workflows/compiler_playground.yml ModifiedM .github/workflows/compiler_typescript.yml ModifiedM .github/workflows/devtools_regression_tests.yml ModifiedM .github/workflows/runtime_build_and_test.yml ModifiedM .github/workflows/runtime_commit_artifacts.yml ModifiedM .github/workflows/runtime_prereleases.yml ModifiedM .github/workflows/shared_lint.yml Modified
Patch

Files changed

Rendering syntax-highlighted changes…