Summary
Jobs
build
Build target branch
Build (r2, metrics, executable, docker, src/metrics/r2/config.vsh.yaml, target/executable/metrics...
Build (jsd, metrics, executable, docker, src/metrics/jsd/config.vsh.yaml, target/executable/metri...
Build (random_proportions, control_methods, executable, docker, src/control_methods/random_propor...
Build (true_proportions, control_methods, executable, docker, src/control_methods/true_proportion...
Build (split_dataset, data_processors, executable, docker, src/data_processors/split_dataset/conf...
Build (dataset_simulator, data_processors, executable, docker, src/data_processors/dataset_simula...
Build (nmfreg, methods, executable, docker, src/methods/nmfreg/config.vsh.yaml, target/executable...
Build (cell2location, methods, executable, docker, src/methods/cell2location/config.vsh.yaml, tar...
Build (nnls, methods, executable, docker, src/methods/nnls/config.vsh.yaml, target/executable/met...
Build (stereoscope, methods, executable, docker, src/methods/stereoscope/config.vsh.yaml, target/...
Build (destvi, methods, executable, docker, src/methods/destvi/config.vsh.yaml, target/executable...
Build (rctd, methods, executable, docker, src/methods/rctd/config.vsh.yaml, target/executable/met...
Build (vanillanmf, methods, executable, docker, src/methods/vanillanmf/config.vsh.yaml, target/ex...
Build (seurat, methods, executable, docker, src/methods/seurat/config.vsh.yaml, target/executable...
Build (tangram, methods, executable, docker, src/methods/tangram/config.vsh.yaml, target/executab...
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build
on:
push:
branches: [ 'main' ]
workflow_dispatch:
inputs:
version:
description: |
The version of the project to build. Example: `1.0.3`.
If not provided, a development build with a version name
based on the branch name will be built. Otherwise, a release
build with the provided version will be built.
required: false
jobs:
build:
uses: viash-io/viash-actions/.github/workflows/build.yaml@v6
with:
version: ${{ github.event.inputs.version }}
You can’t perform that action at this time.