mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Merge pull request #1462 from open-metadata/fix/issue-1339
fix: Issue-1339
This commit is contained in:
commit
9275669225
7
.github/workflows/checkstyle-job.yml
vendored
7
.github/workflows/checkstyle-job.yml
vendored
@ -19,9 +19,14 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'catalog-rest-service/**'
|
||||
- 'openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
paths:
|
||||
- 'catalog-rest-service/**'
|
||||
- 'openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||
|
||||
jobs:
|
||||
checkstyle_job:
|
||||
|
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
@ -18,8 +18,14 @@ name: Maven CI
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "catalog-rest-service/**"
|
||||
- "openmetadata-ui/**"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "catalog-rest-service/**"
|
||||
- "openmetadata-ui/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
4
.github/workflows/selenium-tests.yml
vendored
4
.github/workflows/selenium-tests.yml
vendored
@ -7,8 +7,8 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'catalog-rest-service/src/main/resource/ui/**'
|
||||
- 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||
- 'openmetadata-ui/src/main/resource/ui/**'
|
||||
- 'openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user