fix: CI Workflows concurrency group names (#14185)

* updated maven-postgres ci files

* Applied updates as requested

* Update maven-postgres-tests-build.yml with corrections
This commit is contained in:
Preet Shah 2023-11-30 17:56:09 +05:30 committed by GitHub
parent b403c2b250
commit 11af183335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View File

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

View File

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

View File

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