Skip to content

Commit

Permalink
Undo default value change
Browse files Browse the repository at this point in the history
  • Loading branch information
krynble committed May 8, 2023
1 parent 697809e commit 514ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const schema = {
process: {
doc: 'In what process workflows should be executed. Note: Own mode has been deprecated and will be removed in a future version as well as this setting.',
format: ['main', 'own'] as const,
default: 'main',
default: 'own',
env: 'EXECUTIONS_PROCESS',
},

Expand Down

0 comments on commit 514ce41

Please sign in to comment.