You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LOCAL] Skip Hermes nightly override on stable branches (#56582)
The test-ios-rntester, test-ios-helloworld actions and the
test_android_helloworld job unconditionally run use-hermes-nightly.js,
which replaces the pinned Hermes version with the latest nightly from
npm. On stable/release branches this is wrong: the pinned version from
version.properties should be used instead.
Add a `use-hermes-nightly` input (default true for backward compat) to
both composite actions, and guard the nightly override steps behind it.
In test-all.yml, pass `!endsWith(github.ref_name, '-stable')` so that
pushes to *-stable branches use the pinned Hermes version.
0 commit comments