From ab1ab6a67e2b881331f6c3feadc8c4ac5e4f875c Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Wed, 1 May 2024 17:22:59 -0700 Subject: [PATCH] Update gradle-check.yml --- .github/workflows/gradle-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index 7f2ba88fb8236..d7a42f90bffce 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -31,7 +31,7 @@ jobs: gradle-check: needs: check-files - if: github.repository == 'gaiksaya/OpenSearch' && needs.check-files.outputs.RUN_GRADLE_CHECK + if: github.repository == 'gaiksaya/OpenSearch' && ${{needs.check-files.outputs.RUN_GRADLE_CHECK}} === 'true' permissions: contents: read # to fetch code (actions/checkout) pull-requests: write # to create or update comment (peter-evans/create-or-update-comment)