From 3e5e8df827b6e3617582702d010ea1c07135544b Mon Sep 17 00:00:00 2001 From: Debashis Nandi Date: Fri, 2 Jan 2026 00:11:15 +0530 Subject: [PATCH] fix: deploy yaml PR merged check updated --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a66ccdd..eb35396 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -32,7 +32,7 @@ jobs: # 1. Check if PR was actually merged (not just closed) if [[ "$IS_MERGED" != "true" ]]; then echo "::notice::PR was closed without merging. Skipping release." - exit 0 + exit 1 fi # 2. Check if source branch starts with 'release/'