CI: update maven ci to be skipped for ui directory (#16142)

This commit is contained in:
Chirag Madlani 2024-05-07 12:19:00 +05:30 committed by GitHub
parent 2b7853581c
commit a1f5a1e7a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 4 additions and 5 deletions

View File

@ -20,6 +20,8 @@ on:
- "0.[0-9]+.[0-9]+"
pull_request_target:
types: [opened, synchronize, reopened, labeled]
paths-ignore:
- "openmetadata-ui/**"
permissions:
contents: read

View File

@ -19,7 +19,6 @@ on:
types: [labeled, opened, synchronize, reopened]
paths-ignore:
- "openmetadata-service/**"
- "openmetadata-ui/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
- "openmetadata-dist/**"
- "openmetadata-clients/**"

View File

@ -32,7 +32,6 @@ on:
types: [labeled, opened, synchronize, reopened]
paths:
- "openmetadata-service/**"
- "openmetadata-ui/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
- "openmetadata-dist/**"
- "openmetadata-clients/**"

View File

@ -16,7 +16,6 @@ on:
types: [labeled, opened, synchronize, reopened]
paths-ignore:
- "openmetadata-service/**"
- "openmetadata-ui/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
- "openmetadata-dist/**"
- "openmetadata-clients/**"

View File

@ -31,7 +31,6 @@ on:
types: [labeled, opened, synchronize, reopened]
paths:
- "openmetadata-service/**"
- "openmetadata-ui/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
- "openmetadata-dist/**"
- "openmetadata-clients/**"

View File

@ -32,7 +32,6 @@ on:
types: [labeled, opened, synchronize, reopened]
paths:
- "openmetadata-service/**"
- "openmetadata-ui/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
- "openmetadata-dist/**"
- "openmetadata-clients/**"

View File

@ -16,6 +16,8 @@ name: Python Checkstyle
on:
pull_request_target:
types: [labeled, opened, synchronize, reopened]
paths-ignore:
- "openmetadata-ui/**"
permissions:
contents: read