Skip to content

Commit

Permalink
Merge pull request #217 from nextstrain/pin-pathogen-repo-ci
Browse files Browse the repository at this point in the history
ci.yaml: Pin pathogen-repo-ci to v0
  • Loading branch information
joverlee521 authored Jun 12, 2024
2 parents 822a459 + bdc0790 commit ec0438a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ jobs:
- { pathogen: rsv }
- { pathogen: seasonal-flu, build-args: --configfile profiles/ci/builds.yaml -p }

# 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
# Disable some pathogens that do not conform to pathogen-repo-ci@v0
# TODO: Consider adding a separate job that uses pathogen-repo-ci@v1 for these pathogens
# - { pathogen: mpox }
# - { pathogen: zika }

name: test-pathogen-repo-ci (${{ matrix.pathogen }})
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0
with:
repo: nextstrain/${{ matrix.pathogen }}
build-args: ${{ matrix.build-args }}
Expand Down

0 comments on commit ec0438a

Please sign in to comment.