dillon1000/react

Commit

[ci] Don't use branch name for concurrency (#31296)

I happened to notice some jobs on main get canceled if another PR landed
before the prior commit on main had finished running CI. This is not
great for difftrain because the commit artifacts job relies on the CI
jobs on main finishing before it triggers. This would lead to commits
being skipped on DiffTrain which is not great for provenance since we
want it to be a 1:1 sync.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31296).
* #31297
* __->__ #31296
Browse files
Changed paths5 files
First-parent comparison
M .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 Modified
Patch

Files changed

Rendering syntax-highlighted changes…