Skip to content

Commit c7fb31c

Browse files
cipolleschimeta-codesync[bot]
authored andcommitted
Fix releases and nightlies after moving hermes to Hermes repo (facebook#54257)
Summary: Pull Request resolved: facebook#54257 When moving Hermes to the Hermes repo, we mistakenly updated the nightly and the publish_release job to depend on an non-existing job ## Changelog: [Internal] - Fix CI jobs for nightlies and releases Reviewed By: huntie Differential Revision: D85422837 fbshipit-source-id: 18d4ef73c80032b55f09f27e4b58b399f0a148c9
1 parent 58bd51e commit c7fb31c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
needs:
6161
[
6262
set_release_type,
63-
prepare_workspace,
6463
build_android,
6564
prebuild_apple_dependencies,
6665
prebuild_react_native_core,

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
needs:
3535
[
3636
set_release_type,
37-
prepare_workspace,
3837
prebuild_apple_dependencies,
3938
prebuild_react_native_core,
4039
]

0 commit comments

Comments
 (0)