Skip to content

Commit

Permalink
Set artifact-name for multiple invocations of pathogen-repo-ci
Browse files Browse the repository at this point in the history
From the input description:

    If you're invoking this workflow multiple times from the same calling
    workflow, you should set this.
  • Loading branch information
victorlin committed Feb 5, 2024
1 parent 1a405ca commit c3c94c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ jobs:
# subdirs (i.e. for our new repo layout).
# -trs, 30 Jan 2024
repo: nextstrain/ebola
artifact-name: outputs-test-pathogen-repo-ci
secrets: inherit

test-pathogen-repo-ci-no-example-data:
uses: ./.github/workflows/pathogen-repo-ci.yaml
with:
repo: nextstrain/zika-tutorial
artifact-name: outputs-test-pathogen-repo-ci-no-example-data

test-pathogen-repo-ci-failure:
uses: ./.github/workflows/pathogen-repo-ci.yaml
with:
repo: nextstrain/zika-tutorial
artifact-name: outputs-test-pathogen-repo-ci-failure
build-args: __BOGUS_BUILD_TARGET__
continue-on-error: true

Expand Down

0 comments on commit c3c94c0

Please sign in to comment.