From 219a0af2509548f1a353fd6487a6eafc372ceb3f Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Wed, 12 Jun 2024 12:22:02 -0700 Subject: [PATCH] pathogen-repo-ci: Remove now-unused build-args input No longer configurable as of "Refactor `pathogen-repo-ci` to be smarter [#89]" (d3730bc). --- .github/workflows/pathogen-repo-ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pathogen-repo-ci.yaml b/.github/workflows/pathogen-repo-ci.yaml index 2f77c35..ca28ee7 100644 --- a/.github/workflows/pathogen-repo-ci.yaml +++ b/.github/workflows/pathogen-repo-ci.yaml @@ -15,14 +15,6 @@ defaults: on: workflow_call: inputs: - build-args: - description: >- - Additional command-line arguments to pass to `nextstrain build` after - the build directory (e.g. to Snakemake). - type: string - default: "" - required: false - repo: description: >- Repository name with owner (e.g. nextstrain/zika). Defaults to the