From 5c135f4e725bb35553d84fa820bd541ce0639f55 Mon Sep 17 00:00:00 2001 From: Mojo Talantikite Date: Mon, 21 Aug 2023 16:03:13 -0400 Subject: [PATCH] cypress re-run --- scripts/get-changed-services/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/get-changed-services/index.ts b/scripts/get-changed-services/index.ts index 3897b9f61f..65241561a7 100644 --- a/scripts/get-changed-services/index.ts +++ b/scripts/get-changed-services/index.ts @@ -28,6 +28,8 @@ async function main() { // get the latest commit in the branch to see if we are forcing a run const latestCommit = await getLatestCommitSHA() const commitMessage = await getLatestCommitMessage(latestCommit) + + // force a complete CI run if (commitMessage.includes('ci-force-run')) { core.setOutput('changed-services', deployAllServices) return