Remove extra matrix switch case
This commit is contained in:
@@ -76,9 +76,6 @@ function getDefaultContext(name: string, workflowContext: WorkflowContext, mode:
|
||||
case "strategy":
|
||||
return getStrategyContext(workflowContext);
|
||||
|
||||
case "matrix":
|
||||
return getMatrixContext(workflowContext, mode);
|
||||
|
||||
case "job":
|
||||
return getJobContext(workflowContext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user