async function isWorkflowOverridden()

in index.js [150:152]


async function isWorkflowOverridden(flags) {
    return (flags.includes("all") || flags.includes(workflowName))
}