mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00: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:
committed by
GitHub
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/**
|
- packages/cli/src/databases/migrations/**
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: e2e-${{ github.event.pull_request.number || github.ref }}
|
group: db-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user