diff --git a/.github/workflows/java-checkstyle.yml b/.github/workflows/java-checkstyle.yml index 55edf7aea2f..01b946bc06d 100644 --- a/.github/workflows/java-checkstyle.yml +++ b/.github/workflows/java-checkstyle.yml @@ -20,8 +20,6 @@ on: - "0.[0-9]+.[0-9]+" pull_request_target: types: [opened, synchronize, reopened, labeled] - paths-ignore: - - "openmetadata-ui/**" permissions: contents: read diff --git a/.github/workflows/py-checkstyle.yml b/.github/workflows/py-checkstyle.yml index f019528c97c..79e1ce639b4 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] - paths-ignore: - - "openmetadata-ui/**" permissions: contents: read