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