From 662f7704af3d713dbaa4c3d0e58f71c66307ec97 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 23 May 2024 20:39:11 -0700 Subject: [PATCH] refactor Signed-off-by: Sayali Gaikawad --- .github/workflows/gradle-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index d4ac8e6b2a54c..867ce35f6aab5 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -14,7 +14,7 @@ permissions: jobs: check-files: - if: github.repository == 'opensearch-project/OpenSearch' + if: github.repository == 'gaiksaya/OpenSearch' runs-on: ubuntu-latest outputs: RUN_GRADLE_CHECK: ${{ steps.changed-files-specific.outputs.any_changed }} @@ -30,7 +30,7 @@ jobs: gradle-check: needs: check-files - if: github.repository == 'opensearch-project/OpenSearch' && needs.check-files.outputs.RUN_GRADLE_CHECK + if: github.repository == 'gaiksaya/OpenSearch' && needs.check-files.outputs.RUN_GRADLE_CHECK permissions: contents: read # to fetch code (actions/checkout) pull-requests: write # to create or update comment (peter-evans/create-or-update-comment)