feat: add conditional execution for migration integrity gate on pull requests

This commit is contained in:
Abhimanyu Saharan
2026-02-14 00:28:48 +05:30
parent e0aef61fb5
commit 52f0ca79e0

View File

@@ -63,6 +63,7 @@ jobs:
- name: Run migration integrity gate
if: ${{ github.event_name == 'pull_request' }}
run: |
set -euo pipefail