diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index d292a1815d0..f80cb71f2db 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -47,7 +47,7 @@ permissions: checks: write concurrency: - group: maven-build-${{ github.head_ref || github.run_id }} + group: maven-build-mysql-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: maven-mysql-ci: diff --git a/.github/workflows/maven-postgres-tests-build-skip.yml b/.github/workflows/maven-postgres-tests-build-skip.yml index b91867ea6e0..052f6514d9d 100644 --- a/.github/workflows/maven-postgres-tests-build-skip.yml +++ b/.github/workflows/maven-postgres-tests-build-skip.yml @@ -30,9 +30,6 @@ permissions: contents: read checks: write -concurrency: - group: maven-build-${{ github.head_ref || github.run_id }} - cancel-in-progress: true jobs: maven-postgresql-ci: runs-on: ubuntu-latest diff --git a/.github/workflows/maven-postgres-tests-build.yml b/.github/workflows/maven-postgres-tests-build.yml index 53213ed80d3..b5913e2a524 100644 --- a/.github/workflows/maven-postgres-tests-build.yml +++ b/.github/workflows/maven-postgres-tests-build.yml @@ -46,7 +46,7 @@ permissions: checks: write concurrency: - group: maven-build-${{ github.head_ref || github.run_id }} + group: maven-build-postgres-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: maven-postgresql-ci: