diff --git a/.github/workflows/shared.yml b/.github/workflows/shared.yml index 727ba2cd6..7e51b8f88 100644 --- a/.github/workflows/shared.yml +++ b/.github/workflows/shared.yml @@ -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