From 031bcc865d2fc7fa870a5142e66302c9af351b7d Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Thu, 2 May 2024 18:21:32 +1000 Subject: [PATCH] new aws --- ci-scripts/get-providers-to-deploy.js | 1 + 1 file changed, 1 insertion(+) 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)