Skip to content

Commit

Permalink
upload: Add trigger job for run-nextclade.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed May 13, 2024
1 parent efad789 commit 065915e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ on:
description: "Specific container image to use for nextflu-private group builds"
required: false
type: string
triggerNextclade:
description: "Trigger run-nextclade workflow"
required: true
type: boolean
nextcladeDockerImage:
description: "Specific container image to use for the Nextclade workflow"
required: false
type: string

jobs:
upload:
Expand Down Expand Up @@ -65,6 +73,9 @@ jobs:
- trigger: ${{ inputs.triggerNextfluPrivate }}
workflow: run-nextflu-private-builds.yaml
image: ${{ inputs.nextfluPrivateDockerImage }}
- trigger: ${{ inputs.triggerNextclade }}
workflow: run-nextclade.yaml
image: ${{ inputs.nextcladeDockerImage }}
runs-on: ubuntu-latest
steps:
- if: ${{ matrix.trigger }}
Expand Down

0 comments on commit 065915e

Please sign in to comment.