mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-28 02:13:09 +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:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'catalog-rest-service/**'
|
||||||
|
- 'openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'catalog-rest-service/**'
|
||||||
|
- 'openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkstyle_job:
|
checkstyle_job:
|
||||||
|
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
@ -18,8 +18,14 @@ name: Maven CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "catalog-rest-service/**"
|
||||||
|
- "openmetadata-ui/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "catalog-rest-service/**"
|
||||||
|
- "openmetadata-ui/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
4
.github/workflows/selenium-tests.yml
vendored
4
.github/workflows/selenium-tests.yml
vendored
@ -7,8 +7,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- 'catalog-rest-service/src/main/resource/ui/**'
|
- 'openmetadata-ui/src/main/resource/ui/**'
|
||||||
- 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
- 'openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user