diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index df9ee30dd1..2b38744423 100644 --- a/.github/workflows/sonar-pr.yml +++ b/.github/workflows/sonar-pr.yml @@ -9,7 +9,7 @@ on: jobs: SonarCloud: runs-on: ubuntu-latest - if: github.event.workflow_run.conclusion == 'success' && github.repository == 'openwallet-foundation/acapy' + if: github.event.workflow_run.conclusion == 'success' && github.repository == 'jamshale/acapy' steps: - uses: actions/checkout@v4 with: