dillon1000/react
Commit
Browse files [ci] Specify limited concurrency for PR jobs (#31240)
There was a concurrency setting we hadn't enabled on jobs that are primarily triggered for PRs. This meant that every update to the PR would trigger new CI jobs without canceling any ones already in flight, which can greatly slow down CI due to the number of jobs that need to run. This PR adds concurrency [based on the workflow name and PR number or head ref.](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs) --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31240). * __->__ #31240 * #31239
Changed paths5 files
First-parent comparison.github/workflows/compiler_playground.yml ModifiedM .github/workflows/compiler_rust.yml ModifiedM .github/workflows/compiler_typescript.yml ModifiedM .github/workflows/runtime_build_and_test.yml ModifiedM .github/workflows/shared_lint.yml ModifiedPatch
Files changed
Rendering syntax-highlighted changes…