mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix: apply powershell workspace dependencies to deployed scripts (#8912)
* fix: persist powershell workspace deps in deployed script lock Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: trigger dep job for powershell scripts on deploy Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -883,6 +883,7 @@ async fn create_script_internal<'c>(
|
||||
|| ns.language == ScriptLang::Java
|
||||
|| ns.language == ScriptLang::Ruby
|
||||
|| ns.language == ScriptLang::Rlang
|
||||
|| ns.language == ScriptLang::Powershell
|
||||
// for related places search: ADD_NEW_LANG
|
||||
) {
|
||||
Some(String::new())
|
||||
|
||||
Reference in New Issue
Block a user