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 9b20a6c commit 4349b73
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 @@ -34,7 +34,7 @@ jobs:
gradle-check:
needs: check-files
if: github.repository == 'gaiksaya/OpenSearch' && ${{needs.check-files}} == 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 4349b73

Please sign in to comment.