From 3d2604f9d1f1d60f5c93b1296423d1b4d8284b9a Mon Sep 17 00:00:00 2001 From: Jacopo Scrinzi Date: Tue, 2 Jun 2026 16:40:05 -0500 Subject: [PATCH] Disable GitHub Actions workflows Move .github/workflows/*.yml(.yaml) to .github/workflows-disabled/ to neutralize them ahead of the org-wide GitHub Actions enablement. Restore via the re-enable-workflow process when a workflow is intentionally re-enabled. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/{workflows => workflows-disabled}/ci.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => workflows-disabled}/ci.yml (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows-disabled/ci.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows-disabled/ci.yml