Skip to content

Commit

Permalink
Temporarily disable zika CI
Browse files Browse the repository at this point in the history
Repurpose and move related comment + disabling of mpox to the bottom of
the pathogen list.
  • Loading branch information
victorlin committed Jan 19, 2024
1 parent df9e8de commit 83ded33
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ 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
# See issue https://github.com/nextstrain/.github/issues/63
# - { pathogen: mpox }
- { pathogen: mumps }
- {
pathogen: ncov,
Expand All @@ -101,7 +98,12 @@ jobs:
build-args: --configfile profiles/ci/builds.yaml -p,
}
- { pathogen: tb }
- { pathogen: zika }

# Disable some pathogens until pathogen-repo-ci supports custom build directories
# See issue https://github.com/nextstrain/.github/issues/63
# - { pathogen: mpox }
# - { pathogen: zika }

name: pathogen-repo-ci (${{ matrix.pathogen }})
defaults:
run:
Expand Down

0 comments on commit 83ded33

Please sign in to comment.