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 1, 2024
1 parent d0ce7bb commit 2a790f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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}}
Expand All @@ -33,7 +33,7 @@ jobs:
gradle-check:
needs: check-files
if: github.repository == 'opensearch-project/OpenSearch' && ${{needs.check-files}} == true
if: github.repository == 'gaiksaya/OpenSearch' && ${{needs.check-files}} == 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 2a790f0

Please sign in to comment.