Merge branch 'main' into patch-1
This commit is contained in:
@@ -61,7 +61,7 @@ async function checkWorkflows(
|
||||
|
||||
const enabled =
|
||||
!isPartnerWorkflow &&
|
||||
(workflowProperties.enterprise === true || folder !== 'code-scanning') &&
|
||||
(workflowProperties.enterprise === true || basename(folder) !== 'code-scanning') &&
|
||||
(await checkWorkflow(workflowFilePath, enabledActions));
|
||||
|
||||
const workflowDesc: WorkflowDesc = {
|
||||
|
||||
Reference in New Issue
Block a user