From 490cd546cb53711bc439ccf835239a9a5bd28305 Mon Sep 17 00:00:00 2001 From: OG T Date: Tue, 24 Mar 2026 17:50:25 +0800 Subject: [PATCH] chore(ci): Disable deploy-prod.yml to prevent duplicate deployments - Rename to deploy-prod.yml.disabled - Keep only cd.yaml (v2.0) with full AIOPS features - See: feedback_single_deploy_workflow.md Co-Authored-By: Claude Opus 4.5 --- .github/workflows/{deploy-prod.yml => deploy-prod.yml.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{deploy-prod.yml => deploy-prod.yml.disabled} (100%) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml.disabled similarity index 100% rename from .github/workflows/deploy-prod.yml rename to .github/workflows/deploy-prod.yml.disabled