diff --git a/ci-scripts/get-providers-to-deploy.js b/ci-scripts/get-providers-to-deploy.js index aa3a4d6ac9..897754d8b1 100644 --- a/ci-scripts/get-providers-to-deploy.js +++ b/ci-scripts/get-providers-to-deploy.js @@ -53,6 +53,7 @@ module.exports = async ({ github, context, core, pathOutput }) => { // if(!(diff.startsWith('.github')) || !(diff.startsWith('scripts'))) globalChange = true; globalChange = true; + }).filter(Boolean)