From fea28cba35ef32f95b36151ebf774d9615cdb05b Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Tue, 11 Jun 2024 16:30:29 -0700 Subject: [PATCH] Remove `test-pathogen-repo-ci-no-example-data` job [#92] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is testing an outdated scenario — the `pathogen-repo-ci` workflow no longer cares whether you have example data or not; only that you have a Snakefile and a CI-specific build config in the right spot. --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3da7191..c1d1bb2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,12 +30,6 @@ jobs: 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-docs-ci-conda: uses: ./.github/workflows/docs-ci.yaml with: