From e01197fbfaa64480644e4b0b72039bb495c14add Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:20:45 -0700 Subject: [PATCH] Temporarily disable monkeypox CI Reasoning is the same as in https://github.com/nextstrain/augur/commit/5aba7ec9b3b1c3c676c3f2b850d1148061de7340. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416a58c..9fa2921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,9 @@ jobs: - { pathogen: avian-flu, build-args: auspice/flu_avian_h5n1_ha.json } - { pathogen: ebola } - { pathogen: lassa } - - { pathogen: monkeypox } + # Disable monkeypox CI until pathogen-repo-ci supports custom build directories + # TODO: Re-enable once issue is resolved: https://github.com/nextstrain/.github/issues/63 + # - { pathogen: monkeypox } - { pathogen: mumps } - { pathogen: ncov, build-args: all_regions -j 2 --profile nextstrain_profiles/nextstrain-ci } - { pathogen: rsv }