Skip to content

Commit 01700df

Browse files
authored
Remove gradle-check dependency on precommit (opensearch-project#5027)
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent 9119104 commit 01700df

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/gradle-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- 'dependabot/**'
88
pull_request_target:
99
types: [opened, synchronize, reopened]
10-
workflow_run:
11-
workflows: ["Gradle Precommit"]
12-
types:
13-
- completed
1410

1511
jobs:
1612
gradle-check:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
189189
- Fixed compression support for h2c protocol ([#4944](https://github.com/opensearch-project/OpenSearch/pull/4944))
190190
- Fix for failing checkExtraction, checkLicense and checkNotice tasks for windows gradle check ([#4941](https://github.com/opensearch-project/OpenSearch/pull/4941))
191191
- Backport failures for merge conflicts on CHANGELOG.md file ([#4977](https://github.com/opensearch-project/OpenSearch/pull/4977))
192+
- Remove gradle-check dependency on precommit [#5027](https://github.com/opensearch-project/OpenSearch/pull/5027)
192193

193194
### Security
194195
- CVE-2022-25857 org.yaml:snakeyaml DOS vulnerability ([#4341](https://github.com/opensearch-project/OpenSearch/pull/4341))

0 commit comments

Comments
 (0)