Skip to content

Commit

Permalink
ingest/phylo GH Actions: allow manual triggers
Browse files Browse the repository at this point in the history
This will allow manual triggers of the independent ingest and
phylogenetic workflows.

Currently just includes the existing `image` input but subsequent
commits will allow trial runs of each workflow.
  • Loading branch information
joverlee521 committed Apr 12, 2024
1 parent 9bff058 commit 57145f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ingest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ on:
required: false
type: string

workflow_dispatch:
inputs:
image:
description: 'Specific container image to use for ingest workflow (will override the default of "nextstrain build")'
required: false
type: string

jobs:
ingest:
permissions:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/phylogenetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ on:
required: false
type: string

workflow_dispatch:
inputs:
image:
description: 'Specific container image to use for ingest workflow (will override the default of "nextstrain build")'
required: false
type: string

jobs:
phylogenetic:
permissions:
Expand Down

0 comments on commit 57145f8

Please sign in to comment.