File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -484,6 +484,7 @@ ensemble_targets <- tar_map(
484
484
cli_alert_info(" Not making submission csv because we're in backtest mode or submission directory is cache" )
485
485
}
486
486
},
487
+ cue = tar_cue(" always" )
487
488
),
488
489
tar_target(
489
490
name = make_climate_submission_csv ,
@@ -507,6 +508,7 @@ ensemble_targets <- tar_map(
507
508
)
508
509
}
509
510
},
511
+ cue = tar_cue(" always" )
510
512
),
511
513
tar_target(
512
514
name = validate_result ,
Original file line number Diff line number Diff line change @@ -379,7 +379,8 @@ ensemble_targets <- tar_map(
379
379
} else {
380
380
cli_alert_info(" Not making submission csv because we're in backtest mode or submission directory is cache" )
381
381
}
382
- }
382
+ },
383
+ cue = tar_cue(" always" )
383
384
),
384
385
tar_target(
385
386
name = make_climate_submission_csv ,
@@ -403,7 +404,8 @@ ensemble_targets <- tar_map(
403
404
" Not making climate submission csv because we're in backtest mode or submission directory is cache"
404
405
)
405
406
}
406
- }
407
+ },
408
+ cue = tar_cue(" always" )
407
409
),
408
410
tar_target(
409
411
name = validate_result ,
You can’t perform that action at this time.
0 commit comments