Skip to content

Commit

Permalink
open-clade-counts: Skip trigger_model_runs job
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joverlee521 committed Jan 15, 2025
1 parent a6c2205 commit efb026d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-ncov-open-clade-counts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# <https://github.com/nextstrain/forecasts-ncov/issues/119>
if: false
runs-on: ubuntu-latest
steps:
- run: gh workflow run run-models.yaml --repo nextstrain/forecasts-ncov -f data_provenance=open
Expand Down

0 comments on commit efb026d

Please sign in to comment.