Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 924b352

Browse files
authored
ci: fix ecosystem-ci-trigger ignore skipped (#18931)
1 parent 67fa5ad commit 924b352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
completed = true
160160
break
161161
} else if (latestRun.conclusion === 'skipped') {
162-
continue
162+
// noop
163163
} else {
164164
throw new Error('Preview Release workflow failed.')
165165
}

0 commit comments

Comments
 (0)