Skip to content

Commit

Permalink
ci: Fix the concurrency group for db tests (no-changelog) (#7998)
Browse files Browse the repository at this point in the history
The CI concurrency group was incorrectly named in
#7656.
This PR fixes that.
  • Loading branch information
netroy authored Dec 12, 2023
1 parent 560b549 commit 19e88ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-postgres-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 19e88ec

Please sign in to comment.