ci: Test Postgres and MySQL on migration PRs (no-changelog) (#7102)

This commit is contained in:
Iván Ovejero 2023-09-05 10:58:15 +02:00 committed by GitHub
parent b7320f5322
commit 3323167c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
pull_request:
paths:
- packages/cli/src/databases/migrations/**
jobs:
test: