From cd3c8f37284628204c876a235e80bead263128e7 Mon Sep 17 00:00:00 2001 From: Morgan Dean Date: Fri, 20 Jun 2025 12:21:22 -0700 Subject: [PATCH] Disable workflows for now --- .../typescript/.github/{workflows => _workflows}/release.yml | 0 .../typescript/.github/{workflows => _workflows}/unit-test.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename libs/computer/typescript/.github/{workflows => _workflows}/release.yml (100%) rename libs/computer/typescript/.github/{workflows => _workflows}/unit-test.yml (100%) diff --git a/libs/computer/typescript/.github/workflows/release.yml b/libs/computer/typescript/.github/_workflows/release.yml similarity index 100% rename from libs/computer/typescript/.github/workflows/release.yml rename to libs/computer/typescript/.github/_workflows/release.yml diff --git a/libs/computer/typescript/.github/workflows/unit-test.yml b/libs/computer/typescript/.github/_workflows/unit-test.yml similarity index 100% rename from libs/computer/typescript/.github/workflows/unit-test.yml rename to libs/computer/typescript/.github/_workflows/unit-test.yml