mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 07:23:39 +00:00
Pytest CI should not skipped with changes on om-spec or om-service (#10094)
This commit is contained in:
parent
0a77f8a3f2
commit
89fd0dfba7
8
.github/workflows/py-tests-skip.yml
vendored
8
.github/workflows/py-tests-skip.yml
vendored
@ -11,16 +11,12 @@
|
|||||||
|
|
||||||
name: py-tests
|
name: py-tests
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- '0.[0-9]+.[0-9]+'
|
|
||||||
paths-ignore:
|
|
||||||
- 'openmetadata-docs/**'
|
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [labeled, opened, synchronize, reopened]
|
types: [labeled, opened, synchronize, reopened]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "ingestion/**"
|
- "ingestion/**"
|
||||||
|
- "openmetadata-service/**"
|
||||||
|
- "openmetadata-spec/src/main/resources/json/schema/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
2
.github/workflows/py-tests.yml
vendored
2
.github/workflows/py-tests.yml
vendored
@ -21,6 +21,8 @@ on:
|
|||||||
types: [labeled, opened, synchronize, reopened]
|
types: [labeled, opened, synchronize, reopened]
|
||||||
paths:
|
paths:
|
||||||
- "ingestion/**"
|
- "ingestion/**"
|
||||||
|
- "openmetadata-service/**"
|
||||||
|
- "openmetadata-spec/src/main/resources/json/schema/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user