From d6a3a84ecaee659e24b49ff05decbeb20febef03 Mon Sep 17 00:00:00 2001 From: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:21:57 +0530 Subject: [PATCH] Revert #22175 (Update GitHub workflows to ignore changes in openmetadata-docs) (#22283) Co-authored-by: Prajwal Pandit --- .github/workflows/java-checkstyle.yml | 4 ---- .github/workflows/py-checkstyle.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/java-checkstyle.yml b/.github/workflows/java-checkstyle.yml index 484e9d1c00b..5513fdc35ec 100644 --- a/.github/workflows/java-checkstyle.yml +++ b/.github/workflows/java-checkstyle.yml @@ -18,12 +18,8 @@ on: branches: - main - "0.[0-9]+.[0-9]+" - paths-ignore: - - 'openmetadata-docs/**' pull_request_target: types: [opened, synchronize, reopened, labeled] - paths-ignore: - - 'openmetadata-docs/**' permissions: contents: read diff --git a/.github/workflows/py-checkstyle.yml b/.github/workflows/py-checkstyle.yml index 61be8a6d953..9def4ec1517 100644 --- a/.github/workflows/py-checkstyle.yml +++ b/.github/workflows/py-checkstyle.yml @@ -16,8 +16,6 @@ name: Python Checkstyle on: pull_request_target: types: [labeled, opened, synchronize, reopened, ready_for_review] - paths-ignore: - - 'openmetadata-docs/**' permissions: contents: read