refactor(core): Port workflows config (no-changelog) (#10173)
This commit is contained in:
@@ -135,6 +135,11 @@ describe('GlobalConfig', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
workflows: {
|
||||
defaultName: 'My workflow',
|
||||
onboardingFlowDisabled: false,
|
||||
callerPolicyDefaultOption: 'workflowsFromSameOwner',
|
||||
},
|
||||
};
|
||||
|
||||
it('should use all default values when no env variables are defined', () => {
|
||||
|
||||
Reference in New Issue
Block a user