Skip to content

Commit

Permalink
Pin pathogen-repo-commit till build-dir support is on main (#203)
Browse files Browse the repository at this point in the history
* test commit nextstrain/.github@4f30741

* Add note on need to go back to master
  • Loading branch information
corneliusroemer authored Sep 27, 2023
1 parent 1871170 commit 0199e1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ on:

jobs:
pathogen-ci:
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@dec0880059017dac7facf100435c5737bf1386c8
# Temporarily use this ref until the commit is merged into the main repo
# PR: https://github.com/nextstrain/.github/pull/62 (opened on 2023-09-27)
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@4f3074183d6ab612faed84444eefe08a5ded0c69
with:
workflow-root: phylogenetic
build-dir: phylogenetic


lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ~3
Expand Down

0 comments on commit 0199e1a

Please sign in to comment.