From efb026d065e887186160fb5c4484e5ba9474feed Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 15 Jan 2025 10:59:40 -0800 Subject: [PATCH] open-clade-counts: Skip `trigger_model_runs` job Skip the `trigger_model_runs` job due to low sequence counts. This only disables the automated model runs, we can still manually trigger the run-models workflow for open/GenBank data. We can revisit whether to restart it when we do a review of sequence count cutoffs. --- .github/workflows/update-ncov-open-clade-counts.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-ncov-open-clade-counts.yaml b/.github/workflows/update-ncov-open-clade-counts.yaml index df814e4..063ef98 100644 --- a/.github/workflows/update-ncov-open-clade-counts.yaml +++ b/.github/workflows/update-ncov-open-clade-counts.yaml @@ -57,7 +57,9 @@ jobs: trigger_model_runs: needs: [open_clade_counts] - if: ${{ !github.event.inputs.trial_name }} + # Disable the run-model workflow due to low sequence counts + # + if: false runs-on: ubuntu-latest steps: - run: gh workflow run run-models.yaml --repo nextstrain/forecasts-ncov -f data_provenance=open