From bd104557ef0f9aa1bd79661b2ad9f445c3e18743 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Mon, 12 Jan 2026 11:40:38 +0800 Subject: [PATCH] chore(web): fix incorrect update to deploy actions --- .github/workflows/deploy-hitl-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-hitl-frontend.yml b/.github/workflows/deploy-hitl-frontend.yml index 46522f93be..f4f596ad02 100644 --- a/.github/workflows/deploy-hitl-frontend.yml +++ b/.github/workflows/deploy-hitl-frontend.yml @@ -1,8 +1,8 @@ -name: Deploy Dev +name: Deploy HITL frontend on: workflow_run: - workflows: ["Build and Push Web (HITL Web)"] + workflows: ["Build and Push API & Web"] branches: - "feat/hitl-frontend" types: