Pytest CI should not skipped with changes on om-spec or om-service (#10094)

This commit is contained in:
Nahuel 2023-02-02 19:54:55 +01:00 committed by GitHub
parent 0a77f8a3f2
commit 89fd0dfba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -21,6 +21,8 @@ on:
types: [labeled, opened, synchronize, reopened]
paths:
- "ingestion/**"
- "openmetadata-service/**"
- "openmetadata-spec/src/main/resources/json/schema/**"
permissions:
contents: read