From 924b352c3484683051f744501b191fd4f6e63501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Tue, 10 Dec 2024 12:39:17 +0900 Subject: [PATCH] ci: fix ecosystem-ci-trigger ignore skipped (#18931) --- .github/workflows/ecosystem-ci-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecosystem-ci-trigger.yml b/.github/workflows/ecosystem-ci-trigger.yml index dc658fb27a6ee4..8320207d2058e3 100644 --- a/.github/workflows/ecosystem-ci-trigger.yml +++ b/.github/workflows/ecosystem-ci-trigger.yml @@ -159,7 +159,7 @@ jobs: completed = true break } else if (latestRun.conclusion === 'skipped') { - continue + // noop } else { throw new Error('Preview Release workflow failed.') }