Skip to content

Commit

Permalink
Update gradle-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiksaya authored May 1, 2024
1 parent 3e0803c commit c7c79b0
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}}
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 c7c79b0

Please sign in to comment.