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:
Ruben Fiszel
2026-04-22 08:44:00 -07:00
committed by GitHub
parent f29badcf36
commit dc896737ac
3 changed files with 26 additions and 3 deletions
@@ -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())