SciPhi-AI / R2R

The Elasticsearch for RAG. Build, scale, and deploy production-ready Retrieval-Augmented Generation applications

Home Page:https://r2r-docs.sciphi.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build and trigger workflow fails in forked repo

sauravpanda opened this issue · 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:
    
commented

@emrgnt-cmplxty does this fix work or do you need to use the workflow internally for infra?

@emrgnt-cmplxty should I make the change to the workflow file?