From 21543134c8500289275fec48f81956ff720aaf9c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 11 Feb 2026 13:20:41 -0800 Subject: [PATCH] fix manual build process --- .github/workflows/container_release_unified.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index 2b82e8245..68f88434a 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -261,7 +261,7 @@ jobs: helm-release: runs-on: ubuntu-latest needs: [copy-to-dockerhub] - if: github.event_name == 'push' + if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' permissions: contents: write pages: write