diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index 3e3be32bc31e6..892d04936b743 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -8,14 +8,13 @@ on: pull_request_target: types: [opened, synchronize, reopened] workflow_run: - workflows: [Gradle Precommit] + workflows: ["Gradle Precommit"] types: - completed jobs: gradle-check: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} timeout-minutes: 130 steps: - name: Checkout OpenSearch repo diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e277c4dc965a..417a45ccb29f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Segment Replication] Adding check to make sure checkpoint is not processed when a shard's shard routing is primary ([#4630](https://github.com/opensearch-project/OpenSearch/pull/4630)) - [Bug]: Fixed invalid location of JDK dependency for arm64 architecture([#4613](https://github.com/opensearch-project/OpenSearch/pull/4613)) - [Bug]: Alias filter lost after rollover ([#4499](https://github.com/opensearch-project/OpenSearch/pull/4499)) +- Attempt to fix Github workflow for Gradle Check job ([#4679](https://github.com/opensearch-project/OpenSearch/pull/4679)) ### Security