Merge pull request #6433 from urbit/ci-next-kelvin-prs

ci next kelvin prs
This commit is contained in:
Matthew LeVan 2023-03-28 14:58:56 -04:00 committed by GitHub
commit 981288e1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -29,4 +29,5 @@ jobs:
${{
(github.ref_name == 'next/vere' && github.ref_type == 'branch')
}}
next: ${{ github.base_ref }}
secrets: inherit

View File

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