mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
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:
parent
560b549bb5
commit
19e88ec8a1
2
.github/workflows/ci-postgres-mysql.yml
vendored
2
.github/workflows/ci-postgres-mysql.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue