Skip to content

Commit

Permalink
Merge pull request #120 from nextstrain/skip-open-model
Browse files Browse the repository at this point in the history
open-clade-counts: Skip `trigger_model_runs` job
  • Loading branch information
joverlee521 authored Jan 15, 2025
2 parents a6c2205 + efb026d commit f3a3085
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 f3a3085

Please sign in to comment.