Remove extra matrix switch case

This commit is contained in:
Jacob Wallraff
2022-12-15 16:01:14 -08:00
parent a2c9c193c3
commit f10599820f
@@ -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);
}