From 1d0a942e2e3f56faf17cfbf69b553b6bfceb295e Mon Sep 17 00:00:00 2001 From: jedarden Date: Tue, 21 Apr 2026 08:43:22 -0400 Subject: [PATCH] =?UTF-8?q?chore(ci):=20disable=20GitHub=20Actions=20?= =?UTF-8?q?=E2=80=94=20CI/CD=20is=20handled=20by=20Argo=20Workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GH Actions are not used in this project (all CI/CD runs on Argo Workflows in iad-ci). The acb-build WorkflowTemplate handles builds; the index-builder handles Cloudflare Pages deploys internally via wrangler. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/{ci.yml => ci.yml.disabled} | 0 .github/workflows/{deploy-pages.yml => deploy-pages.yml.disabled} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ci.yml => ci.yml.disabled} (100%) rename .github/workflows/{deploy-pages.yml => deploy-pages.yml.disabled} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml.disabled similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/ci.yml.disabled diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml.disabled similarity index 100% rename from .github/workflows/deploy-pages.yml rename to .github/workflows/deploy-pages.yml.disabled