Skip to content

test wild-rhino draft #328

test wild-rhino draft

test wild-rhino draft #328

Workflow file for this run

name: test bioimageio resource
run-name: test ${{inputs.resource_id}} ${{inputs.version}}
on:
workflow_dispatch:
inputs:
resource_id:
description: "bioimage.io resource concept ID (e.g. 'affable-shark')"
required: true
type: string
version:
description: "Published version or 'draft'"
required: false
type: string
default: draft
sandbox:
description: Resource is in sandbox
required: false
default: false
type: boolean
concurrency: ${{inputs.sandbox}}-${{inputs.resource_id}}
jobs:
call:
uses: bioimage-io/collection/.github/workflows/test_call.yaml@main
with:
concept_id: ${{inputs.resource_id}}
version: ${{inputs.version}}
environment_name: ${{inputs.sandbox && 'sandbox' || 'production'}}
secrets: inherit