From 866ead3782760f53df133ee84bb30123f85e49b8 Mon Sep 17 00:00:00 2001 From: Jacopo Scrinzi Date: Tue, 2 Jun 2026 16:27: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