ci: support next/kelvin/* prs to other branches

This commit is contained in:
Matthew LeVan 2023-03-28 15:23:11 -04:00
parent 981288e1e4
commit 525abe4172

View File

@ -78,7 +78,7 @@ jobs:
name: run urbit-tests
run: |
cp -RL tests pkg/arvo/tests
if [[ ${{ inputs.next }} == "next/kelvin/"* ]]; then
if [[ ${{ inputs.next }} == "next/kelvin/"* || ${{ github.ref }} == "next/kelvin/"* ]]; then
next=$(echo ${{ inputs.next }} | sed 's/[^0-9]//g')
base="https://bootstrap.urbit.org/vere/next/kelvin/${next}"
else