From 52f0ca79e00acf37e79620a5673377f61ecc7cc7 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Sat, 14 Feb 2026 00:28:48 +0530 Subject: [PATCH] feat: add conditional execution for migration integrity gate on pull requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49339bbc..61edc035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,7 @@ jobs: - name: Run migration integrity gate + if: ${{ github.event_name == 'pull_request' }} run: | set -euo pipefail