Fix some workflows not being excluded from Enterprise syncing.
This commit is contained in:
@@ -21,6 +21,8 @@ interface WorkflowProperties {
|
||||
categories: string[] | null;
|
||||
|
||||
creator?: string;
|
||||
|
||||
enterprise?: boolean;
|
||||
}
|
||||
|
||||
interface WorkflowsCheckResult {
|
||||
@@ -59,6 +61,7 @@ async function checkWorkflows(
|
||||
|
||||
const enabled =
|
||||
!isPartnerWorkflow &&
|
||||
workflowProperties.enterprise !== false &&
|
||||
(await checkWorkflow(workflowFilePath, enabledActions));
|
||||
|
||||
const workflowDesc: WorkflowDesc = {
|
||||
|
||||
Reference in New Issue
Block a user