Skip to content

Commit

Permalink
Merge branch 'trs/nextstrain.org-auspice-move'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Apr 7, 2023
2 parents 793ac93 + bde8987 commit e41315e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/make_pr_for_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
repository:
required: true
type: string
directory:
required: false
type: string
default: .
jobs:
make-pr-on-downstream-repo:
# I don't see this being used for tags, so ensure it's only run on branches
Expand Down Expand Up @@ -53,7 +57,7 @@ jobs:

- name: Install Auspice from PRs HEAD commit
shell: bash
working-directory: ${{ env.DESTINATION_REPO_DIR }}
working-directory: ${{ env.DESTINATION_REPO_DIR }}/${{ inputs.directory }}
run: |
npm ci
npm install nextstrain/auspice#${{ steps.detect-pr.outputs.auspice-sha }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/make_prs_for_other_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
secrets: inherit
with:
repository: nextstrain/nextstrain.org
directory: auspice-client
auspice-us:
if: inputs.auspice-us
uses: ./.github/workflows/make_pr_for_downstream_repo.yaml
Expand Down

0 comments on commit e41315e

Please sign in to comment.