We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6c2205 + efb026d commit f3a3085Copy full SHA for f3a3085
.github/workflows/update-ncov-open-clade-counts.yaml
@@ -57,7 +57,9 @@ jobs:
57
58
trigger_model_runs:
59
needs: [open_clade_counts]
60
- if: ${{ !github.event.inputs.trial_name }}
+ # Disable the run-model workflow due to low sequence counts
61
+ # <https://github.com/nextstrain/forecasts-ncov/issues/119>
62
+ if: false
63
runs-on: ubuntu-latest
64
steps:
65
- run: gh workflow run run-models.yaml --repo nextstrain/forecasts-ncov -f data_provenance=open
0 commit comments