From f11aae013fb5122dcd15425199fba91d1ee3e12d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 21 Feb 2024 22:39:01 +0100 Subject: [PATCH] lighten schedule export --- backend/windmill-common/src/schedule.rs | 2 ++ cli/sync.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/windmill-common/src/schedule.rs b/backend/windmill-common/src/schedule.rs index b8032f95a1..7de389333f 100644 --- a/backend/windmill-common/src/schedule.rs +++ b/backend/windmill-common/src/schedule.rs @@ -47,7 +47,9 @@ pub struct Schedule { #[serde(skip_serializing_if = "Option::is_none")] pub retry: Option, pub no_flow_overlap: bool, + #[serde(skip_serializing_if = "Option::is_none")] pub summary: Option, + #[serde(skip_serializing_if = "Option::is_none")] pub tag: Option, } diff --git a/cli/sync.ts b/cli/sync.ts index 99ea87f3c7..2e97d19728 100644 --- a/cli/sync.ts +++ b/cli/sync.ts @@ -565,7 +565,7 @@ async function pull(opts: GlobalOptions & SyncOptions) { log.info( colors.gray( - "Computing the files to update locally to match remote (taking .wmillignore into account)" + "Computing the files to update locally to match remote (taking wmill.yaml into account)" ) ); const remote = ZipFSElement(