Make enterprise opt-in instead of opt-out

This commit is contained in:
Simon Engledew
2022-09-21 15:45:41 +01:00
parent a4ed1faa48
commit 23737db306
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ async function checkWorkflows(
const enabled =
!isPartnerWorkflow &&
workflowProperties.enterprise !== false &&
workflowProperties.enterprise === true &&
(await checkWorkflow(workflowFilePath, enabledActions));
const workflowDesc: WorkflowDesc = {