mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-25 07:52:59 +03:00
ci: support next/kelvin/*
prs to other branches
This commit is contained in:
parent
981288e1e4
commit
525abe4172
2
.github/workflows/shared.yml
vendored
2
.github/workflows/shared.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user