R2R
R2R copied to clipboard
build and trigger workflow fails in forked repo
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: