Skip to content

update snakefmt pre-commit bits [#8] #31

update snakefmt pre-commit bits [#8]

update snakefmt pre-commit bits [#8] #31

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
ingest:
# strategy:
# matrix:
# runtime: [docker, conda]
# permissions:
# id-token: write
name: nextstrain build ingest
uses: ./.github/workflows/pathogen-repo-ci.yaml
with:
artifact-name: ingest
build-target: ingest
build-args: --config viruses="hku1"
phylogenetic:
name: nextstrain build phylogenetic
needs: ingest
uses: ./.github/workflows/pathogen-repo-ci.yaml
with:
artifact-name: phylogenetic
build-target: phylogenetic
build-args: --config viruses="hku1"
download-previous-artifact: true
previous-artifact-name: ingest