-
fix(misc): make generated ci workflow work without nx-cloud (#23199)
发布于
2024-05-06 16:54:53 +00:00 Current Behavior
ci-workflowgenerators error if Nx Cloud has not been enabled.With the new Github onboarding flow, there is a chicken or the egg
problem.The Github onboarding flow creates a PR but we don't have a pipeline to
run against it. To create the pipeline, Nx Cloud has to be enabled...
which... creates a lackluster PR.Expected Behavior
ci-workflowgenerators do not error if Nx Cloud has not been enabled.
This way, theci-workflowgenerator will be able to create a workflow,
which the PR made by Nx Cloud's Github onboarding flow will be run
against.Related Issue(s)
Fixes #
下载附件