diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 5eb257733ec32..c0e4b6f7429d5 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -9,7 +9,7 @@ on: - packages/cli/src/databases/migrations/** concurrency: - group: e2e-${{ github.event.pull_request.number || github.ref }} + group: db-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: