From 6de3c1ccd2f4f4acc4ba6dead5cffdf0f3e9b50a Mon Sep 17 00:00:00 2001 From: devops-engineer Date: Thu, 7 May 2026 08:18:53 -0700 Subject: [PATCH] fix(ci): add scripts/** to publish-workspace-server-image path filter scripts/clone-manifest.sh runs inside the platform Dockerfile build, so a change to that script needs to retrigger publish. Without it, the prior fix (clone via Gitea + lowercase org) didn't trigger this workflow because scripts/ wasn't in the path filter. Also serves as the file change to satisfy the path filter for THIS push, retriggering publish-workspace-server-image now. --- .github/workflows/publish-workspace-server-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-workspace-server-image.yml b/.github/workflows/publish-workspace-server-image.yml index 69f17662..c2bb8178 100644 --- a/.github/workflows/publish-workspace-server-image.yml +++ b/.github/workflows/publish-workspace-server-image.yml @@ -37,6 +37,7 @@ on: - 'workspace-server/**' - 'canvas/**' - 'manifest.json' + - 'scripts/**' - '.github/workflows/publish-workspace-server-image.yml' workflow_dispatch: