From 0e62d0432d6809b6cc4207eb07d005b455a428a0 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:55:49 -0800 Subject: [PATCH] Temporarily disable zika CI Repurpose and move related comment + disabling of mpox to the bottom of the pathogen list. --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf6f658..7cf9cbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,14 +216,16 @@ jobs: - { pathogen: avian-flu, build-args: auspice/flu_avian_h5n1_ha.json } - { pathogen: ebola } - { pathogen: lassa } - # Disable mpox CI until pathogen-repo-ci supports custom build directories - # TODO: Re-enable once issue is resolved: https://github.com/nextstrain/.github/issues/63 - # - { pathogen: mpox } - { pathogen: mumps } - { pathogen: ncov, build-args: all_regions -j 2 --profile nextstrain_profiles/nextstrain-ci } - { pathogen: rsv } - { pathogen: seasonal-flu, build-args: --configfile profiles/ci/builds.yaml -p } - - { pathogen: zika } + + # Disable some pathogens until pathogen-repo-ci supports custom build directories + # TODO: Re-enable once issue is resolved: https://github.com/nextstrain/.github/issues/63 + # - { pathogen: mpox } + # - { pathogen: zika } + name: test-pathogen-repo-ci (${{ matrix.pathogen }}) uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master with: