mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 05:58:31 +00:00
Update GitHub workflows to ignore changes in openmetadata-docs directory for Java and Python checkstyle actions (#22175)
This commit is contained in:
parent
b119a34a1e
commit
573b43d59a
4
.github/workflows/java-checkstyle.yml
vendored
4
.github/workflows/java-checkstyle.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/py-checkstyle.yml
vendored
2
.github/workflows/py-checkstyle.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user