From b41b233d7dab2db48af06cce16141879484752a8 Mon Sep 17 00:00:00 2001 From: Hugo Kiyodi Oshiro Date: Thu, 10 Jul 2025 12:12:12 +0200 Subject: [PATCH] Plugins: Levitate workflow improvements on forks (#107832) --- scripts/check-breaking-changes.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check-breaking-changes.sh b/scripts/check-breaking-changes.sh index 7ce7a28ea94..dc1e5741d6b 100755 --- a/scripts/check-breaking-changes.sh +++ b/scripts/check-breaking-changes.sh @@ -68,7 +68,8 @@ mkdir -p ./levitate echo "$GITHUB_LEVITATE_MARKDOWN" >./levitate/levitate.md if [[ "$IS_FORK" == "true" ]]; then - cat ./levitate/levitate.md + cat ./levitate/levitate.md >> "$GITHUB_STEP_SUMMARY" + exit $EXIT_CODE fi # We will exit the workflow accordingly at another step