From 89fd0dfba71ddfa9441bacfbaecc8be4036125c0 Mon Sep 17 00:00:00 2001 From: Nahuel Date: Thu, 2 Feb 2023 19:54:55 +0100 Subject: [PATCH] Pytest CI should not skipped with changes on om-spec or om-service (#10094) --- .github/workflows/py-tests-skip.yml | 8 ++------ .github/workflows/py-tests.yml | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/py-tests-skip.yml b/.github/workflows/py-tests-skip.yml index 651c01c263c..d8df8ce7d7d 100644 --- a/.github/workflows/py-tests-skip.yml +++ b/.github/workflows/py-tests-skip.yml @@ -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 diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index a75c9ba538d..2fe92dd5a48 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -21,6 +21,8 @@ on: types: [labeled, opened, synchronize, reopened] paths: - "ingestion/**" + - "openmetadata-service/**" + - "openmetadata-spec/src/main/resources/json/schema/**" permissions: contents: read