Update GitHub workflows to ignore changes in openmetadata-docs directory for Java and Python checkstyle actions (#22175)

This commit is contained in:
Ayush Shah 2025-07-07 16:09:03 +05:30 committed by GitHub
parent b119a34a1e
commit 573b43d59a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -18,8 +18,12 @@ 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

View File

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