mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
lighten schedule export
This commit is contained in:
@@ -47,7 +47,9 @@ pub struct Schedule {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub retry: Option<serde_json::Value>,
|
||||
pub no_flow_overlap: bool,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub summary: Option<String>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub tag: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user