feat: add conditional execution for migration integrity gate on pull requests
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Run migration integrity gate
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user