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(