ci(policy): enforce one migration per PR

This commit is contained in:
Abhimanyu Saharan
2026-02-14 19:09:09 +00:00
parent 313ce874f9
commit 1cad57f6b5
3 changed files with 79 additions and 0 deletions

View File

@@ -62,6 +62,13 @@ jobs:
- name: Enforce one migration per PR
if: ${{ github.event_name == 'pull_request' }}
env:
GITHUB_BASE_SHA: ${{ github.event.pull_request.base.sha }}
run: |
./scripts/ci/one_migration_per_pr.sh
- name: Run migration integrity gate
if: ${{ github.event_name == 'pull_request' }}
run: |