Skip to content

Commit

Permalink
Merge pull request #1119 from MetOffice/family_trigger_on_non_family_…
Browse files Browse the repository at this point in the history
…namespace_fix

Add dummy tasks to prevent workflow graph failures
  • Loading branch information
Sylviabohnenstengel authored Feb 4, 2025
2 parents 9764a5a + ea1dbfc commit 135e1d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cset-workflow/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ URL = https://metoffice.github.io/CSET
ROSE_APP_OPT_CONF_KEYS = {{METPLUS_OPT_CONFIG_KEYS}}
{% endif %}

# Noop tasks to ensure a complete/efficient workflow graph
[[DUMMY_TASK]]
script = true
platform = localhost
Expand All @@ -144,6 +145,12 @@ URL = https://metoffice.github.io/CSET
[[cycle_complete]]
inherit = DUMMY_TASK

[[dummy_process]]
inherit = DUMMY_TASK, PROCESS

[[dummy_process_case_aggregation]]
inherit = DUMMY_TASK, PROCESS_CASE_AGGREGATION

[[build_conda]]
# Create the conda environment if it does not yet exist, possibly installing
# CSET from source.
Expand Down

0 comments on commit 135e1d8

Please sign in to comment.