mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 22:49:12 +00:00
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:
parent
b403c2b250
commit
11af183335
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user