mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
fix: flow node default tag
This commit is contained in:
@@ -3419,6 +3419,7 @@ pub async fn push<'c, 'd>(
|
||||
|| job_kind == JobKind::FlowPreview
|
||||
|| job_kind == JobKind::SingleScriptFlow
|
||||
|| job_kind == JobKind::Identity
|
||||
|| job_kind == JobKind::FlowNode
|
||||
{
|
||||
"flow".to_string()
|
||||
} else if job_kind == JobKind::Dependencies
|
||||
|
||||
Reference in New Issue
Block a user