Skip to content

Commit

Permalink
Merge pull request: Temporarily disable zika CI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Jan 19, 2024
2 parents df9e8de + 83ded33 commit 9cd915a
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 9cd915a

Please sign in to comment.