mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
fix: skipPreprocessor on re-running job immedaitely from UI
This commit is contained in:
@@ -355,12 +355,14 @@
|
||||
if (job?.job_kind == 'script') {
|
||||
id = await JobService.runScriptByHash({
|
||||
...commonArgs,
|
||||
hash: job.script_hash!
|
||||
hash: job.script_hash!,
|
||||
skipPreprocessor: true
|
||||
})
|
||||
} else {
|
||||
id = await JobService.runFlowByPath({
|
||||
...commonArgs,
|
||||
path: job.script_path!
|
||||
path: job.script_path!,
|
||||
skipPreprocessor: true
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user