From 33eaa4767e04b56cc8001c2a9c99463bbf96b85f Mon Sep 17 00:00:00 2001 From: hjlarry Date: Thu, 28 May 2026 11:17:23 +0800 Subject: [PATCH] fix CI --- .github/workflows/deploy-agent-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-agent-dev.yml b/.github/workflows/deploy-agent-dev.yml index 9b9b77e0a2..4c4a5ab230 100644 --- a/.github/workflows/deploy-agent-dev.yml +++ b/.github/workflows/deploy-agent-dev.yml @@ -7,7 +7,7 @@ on: workflow_run: workflows: ["Build and Push API & Web"] branches: - - "deploy/agent-dev" + - "deploy/saas" types: - completed @@ -16,7 +16,7 @@ jobs: runs-on: depot-ubuntu-24.04 if: | github.event.workflow_run.conclusion == 'success' && - github.event.workflow_run.head_branch == 'deploy/agent-dev' + github.event.workflow_run.head_branch == 'deploy/saas' steps: - name: Deploy to server uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5