From 0aa9ba0c7ed81a9ad69e0ee4903c83e38cbce9e2 Mon Sep 17 00:00:00 2001 From: Wuesteon Date: Fri, 5 Dec 2025 03:06:24 +0100 Subject: [PATCH] chore(ci): disable PR and dependency workflows for minimal setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only active workflows now: - ci-main.yml (Docker builds) - cd-staging.yml (staging deploy) - cd-staging-tagged.yml (tagged releases) - cd-production.yml (production deploy) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../workflows/{ci-pull-request.yml => ci-pull-request.yml.bak} | 0 .../{dependency-update.yml => dependency-update.yml.bak} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ci-pull-request.yml => ci-pull-request.yml.bak} (100%) rename .github/workflows/{dependency-update.yml => dependency-update.yml.bak} (100%) diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml.bak similarity index 100% rename from .github/workflows/ci-pull-request.yml rename to .github/workflows/ci-pull-request.yml.bak diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml.bak similarity index 100% rename from .github/workflows/dependency-update.yml rename to .github/workflows/dependency-update.yml.bak