mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
Co-authored-by: Prajwal Pandit <prajwalpandit@MacBook-Pro.local>
This commit is contained in:
parent
13a893059f
commit
d6a3a84eca
2 changed files with 0 additions and 6 deletions
4
.github/workflows/java-checkstyle.yml
vendored
4
.github/workflows/java-checkstyle.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/py-checkstyle.yml
vendored
2
.github/workflows/py-checkstyle.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue