Skip to content

Commit

Permalink
ci.yaml: Pin pathogen-repo-ci`
Browse files Browse the repository at this point in the history
Pin the `pathogen-repo-ci` to the commit before changes for the
"smart" workflow was added.
  • Loading branch information
joverlee521 committed Jun 11, 2024
1 parent 48b652d commit 9cffbae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

jobs:
ci:
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master
# Pin pathogen-repo-ci since this repo's file structure does not conform to
# to the smart pathogen-repo-ci. It's unclear if it every will completely
# conform since this is a collaborative repo with an external group.
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@ef5c51a9a3a22bde9243a090bbada0cd3a983f73
with:
build-args: test_target

0 comments on commit 9cffbae

Please sign in to comment.