ci: Fix the concurrency group for db tests (no-changelog) (#7998)

The CI concurrency group was incorrectly named in
https://github.com/n8n-io/n8n/pull/7656.
This PR fixes that.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-12-12 10:32:13 +01:00 committed by GitHub
parent 560b549bb5
commit 19e88ec8a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: