Skip to content

Instantly share code, notes, and snippets.

@tsibley
Last active June 21, 2023 17:28
Show Gist options
  • Save tsibley/8d6dfbe7f797e3584db5f31c3f3947ae to your computer and use it in GitHub Desktop.
Save tsibley/8d6dfbe7f797e3584db5f31c3f3947ae to your computer and use it in GitHub Desktop.
name: Run the Nextstrain public builds
on:
workflow_dispatch:
inputs:
dockerImage:
description: "Specific container image to use for build (will override the default of `nextstrain build`)"
required: false
type: string
jobs:
run-build:
uses: nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@run-build-workflow
with:
runtime: aws-batch
run: >
nextstrain build
--cpus 36
--memory 72gib
--env AWS_ACCESS_KEY_ID
--env AWS_SECRET_ACCESS_KEY
.
all_public
-p --configfile profiles/nextstrain-public.yaml
env: |
NEXTSTRAIN_DOCKER_IMAGE: ${{ inputs.dockerImage }}
secrets: inherit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment