ci: Automate more of the release process (no-changelog) (#10416)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-08-22 11:41:53 +02:00
committed by GitHub
parent 2f3a5b63f9
commit c8ab9b1f84
12 changed files with 108 additions and 95 deletions

View File

@@ -8,6 +8,10 @@ on:
paths:
- packages/cli/src/databases/**
- .github/workflows/ci-postgres-mysql.yml
pull_request_review:
types: [submitted]
branches:
- 'release/*'
concurrency:
group: db-${{ github.event.pull_request.number || github.ref }}