Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed May 2, 2024
1 parent 0103ef3 commit 1025ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

gradle-check:
needs: check-files
if: github.repository == 'gaiksaya/OpenSearch' && ${{needs.check-files.outputs.RUN_GRADLE_CHECK}} === 'true'
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)
Expand Down

0 comments on commit 1025ce8

Please sign in to comment.