From 0def575e8dd5c61deeaffc79ce51a4b989a7c052 Mon Sep 17 00:00:00 2001 From: Fedir Panasenko Date: Fri, 4 Oct 2024 12:15:29 -0700 Subject: [PATCH] Add a schedule for 'custom' continuous run mode Summary: This will add a new continuous run mode schedule to the TD which will be responsible for running all custom workflows. Reviewed By: aniketmathur Differential Revision: D63879913 fbshipit-source-id: abc238b492124dafe6a4781677cfac65fd6c9173 --- td_util/src/schedules.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/td_util/src/schedules.rs b/td_util/src/schedules.rs index 88ad4c6..8d74d20 100644 --- a/td_util/src/schedules.rs +++ b/td_util/src/schedules.rs @@ -120,6 +120,7 @@ pub enum ContinuousRunMode { Aarch64, #[default] AsicHourly, + CiWorkflows, Dev, Opt, OptHourly,