R2R icon indicating copy to clipboard operation
R2R copied to clipboard

build and trigger workflow fails in forked repo

Open sauravpanda opened this issue 10 months ago • 2 comments

Build and Trigger workflow fails in the forked repo. We don't need to run that workflow in a forked repo.

We can update the workflow file to check if it is SciPhi/R2R


if: ${{ contains("SciPhi-AI/R2R", github.event.pull_request.head.repo.full_name) }}
    steps:
    

sauravpanda avatar Mar 26 '24 15:03 sauravpanda