Merge branch 'main' into folder_category

This commit is contained in:
Anurag Chauhan
2022-02-15 10:59:57 +05:30
committed by GitHub
3 changed files with 8 additions and 6 deletions
+3
View File
@@ -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 = {