dillon1000/react

Commit

[ci] Add prerelease workflows to GH actions

Migrates the last 2 remaining circleci jobs to GH actions. The behavior
of these workflows have been kept the same.

Overview:
- Reusable workflow `runtime_prereleases.yml` added
- Nightly workflow on cron triggers the reusable workflow with the
  current HEAD sha
- Manual workflow which can be triggered from the github UI with a
  `prerelease_commit_sha` which triggers the reusable workflow

ghstack-source-id: 84ef33c73248594fa5c1523190697c7192dbc615
Pull Request resolved: https://github.com/facebook/react/pull/30495
Browse files
Changed paths3 files
First-parent comparison
A .github/workflows/runtime_prereleases.yml AddedA .github/workflows/runtime_prereleases_manual.yml AddedA .github/workflows/runtime_prereleases_nightly.yml Added
Patch

Files changed

Rendering syntax-highlighted changes…