diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11a02ff..2ab5916 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}