Fix: Add the goals step back to site-setup
on staging
#97255
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The goals step was unintentionally removed from all flows on staging in #96866. But we only want it removed when the user began on the
onboarding
flow.Another approach from @arthur791004 was #97219 which simply disabled the feature flag on staging. This would be good too, but we want internal stakeholders to be able to see the
onboarding
changes as easily as possible.Related to #
Proposed Changes
Why are these changes being made?
Testing Instructions
Pre-merge Checklist