From 2945ba87817a4f96b13eebdbb728202d5715475b Mon Sep 17 00:00:00 2001 From: Jennifer Chang Date: Tue, 10 Oct 2023 15:50:13 -0700 Subject: [PATCH] fix: script moved to phylogenetic dir --- .github/workflows/fetch-and-ingest-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-and-ingest-branch.yaml b/.github/workflows/fetch-and-ingest-branch.yaml index 364d516b..ce834c4f 100644 --- a/.github/workflows/fetch-and-ingest-branch.yaml +++ b/.github/workflows/fetch-and-ingest-branch.yaml @@ -27,7 +27,7 @@ jobs: - name: run_pipeline run: | GITHUB_BRANCH=${GITHUB_REF#refs/heads/} - ./bin/set-branch-ingest-config \ + ./phylogenetic/bin/set-branch-ingest-config \ --config-yaml ingest/config/optional.yaml \ --s3-dst s3://nextstrain-data/files/workflows/monkeypox/branch/"${GITHUB_BRANCH}" \ > ingest/config/optional-branch.yaml