diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9132553..13f9c99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,24 +8,5 @@ on: workflow_dispatch: jobs: - pathogen-ci: - strategy: - matrix: - runtime: [docker, conda] - permissions: - id-token: write - uses: nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@master - secrets: inherit - with: - runtime: ${{ matrix.runtime }} - run: | - nextstrain build \ - phylogenetic \ - --configfiles build-configs/ci/config.yaml - artifact-name: output-${{ matrix.runtime }} - artifact-paths: | - phylogenetic/auspice/ - phylogenetic/results/ - phylogenetic/benchmarks/ - phylogenetic/logs/ - phylogenetic/.snakemake/log/ + ci: + uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master diff --git a/nextstrain-pathogen.yaml b/nextstrain-pathogen.yaml new file mode 100644 index 0000000..b74c50d --- /dev/null +++ b/nextstrain-pathogen.yaml @@ -0,0 +1,5 @@ +# This is currently an empty file to indicate the top level pathogen repo. +# The inclusion of this file allows the Nextstrain CLI to run the +# `nextstrain build` from any directory regardless of runtime. +# +# See https://github.com/nextstrain/cli/releases/tag/8.2.0 for more details.