CI: enable checkstyle workflow for ui directory (#16152)

This commit is contained in:
Chirag Madlani 2024-05-07 19:50:18 +05:30 committed by GitHub
parent 4a6849a05d
commit 853bca57e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -20,8 +20,6 @@ on:
- "0.[0-9]+.[0-9]+" - "0.[0-9]+.[0-9]+"
pull_request_target: pull_request_target:
types: [opened, synchronize, reopened, labeled] types: [opened, synchronize, reopened, labeled]
paths-ignore:
- "openmetadata-ui/**"
permissions: permissions:
contents: read contents: read

View File

@ -16,8 +16,6 @@ name: Python Checkstyle
on: on:
pull_request_target: pull_request_target:
types: [labeled, opened, synchronize, reopened] types: [labeled, opened, synchronize, reopened]
paths-ignore:
- "openmetadata-ui/**"
permissions: permissions:
contents: read contents: read