Temporarily make repo point to fork for PR testing

This commit is contained in:
Connor Hack 2024-11-25 07:30:51 -08:00
parent cd0c80d61f
commit 1912ff2341

View file

@ -85,7 +85,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: ${{ inputs.runner != '' && inputs.runner || 'llama-stack-gha-runner-gpu' }}
runs-on: ${{ inputs.runner != '' && inputs.runner || 'llama-stack-fork-gha-runner-gpu' }}
if: always()
steps: