mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '0.[0-9]+.[0-9]+'
|
||||
paths-ignore:
|
||||
- 'openmetadata-docs/**'
|
||||
pull_request_target:
|
||||
types: [labeled, opened, synchronize, reopened]
|
||||
paths-ignore:
|
||||
- "ingestion/**"
|
||||
- "openmetadata-service/**"
|
||||
- "openmetadata-spec/src/main/resources/json/schema/**"
|
||||
|
||||
permissions:
|
||||
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]
|
||||
paths:
|
||||
- "ingestion/**"
|
||||
- "openmetadata-service/**"
|
||||
- "openmetadata-spec/src/main/resources/json/schema/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user