Skip to content

Commit f3a3085

Browse files
authored
Merge pull request #120 from nextstrain/skip-open-model
open-clade-counts: Skip `trigger_model_runs` job
2 parents a6c2205 + efb026d commit f3a3085

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-ncov-open-clade-counts.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
5858
trigger_model_runs:
5959
needs: [open_clade_counts]
60-
if: ${{ !github.event.inputs.trial_name }}
60+
# Disable the run-model workflow due to low sequence counts
61+
# <https://github.com/nextstrain/forecasts-ncov/issues/119>
62+
if: false
6163
runs-on: ubuntu-latest
6264
steps:
6365
- run: gh workflow run run-models.yaml --repo nextstrain/forecasts-ncov -f data_provenance=open

0 commit comments

Comments
 (0)