mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
minor(ci): enable sonar CI on release branch (#18275)
* minor(ci): enable sonar CI on release branch * update sonar workflow to run for all release branch (cherry picked from commit 5cc129999933dd8bc8168ba79492a816f1db5251)
This commit is contained in:
parent
2d4537c4d8
commit
5e08c103a7
4
.github/workflows/maven-sonar-build.yml
vendored
4
.github/workflows/maven-sonar-build.yml
vendored
@ -16,7 +16,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '0.[0-9]+.[0-9]+'
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
paths:
|
||||
- "openmetadata-service/**"
|
||||
- "openmetadata-ui/**"
|
||||
@ -116,4 +116,4 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
fail_on_test_failures: true
|
||||
report_paths: 'openmetadata-service/target/surefire-reports/TEST-*.xml'
|
||||
report_paths: 'openmetadata-service/target/surefire-reports/TEST-*.xml'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user