From 13a5b5d0a315d58bdf0d9a8d53b4ec3065cc3cff Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sat, 14 Jun 2025 10:42:20 +0200 Subject: [PATCH] ci: disable shared builtin CI tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporarily disable the Node.js compiled --shared-builtin-undici/undici-path CI workflow to address testing issues. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Signed-off-by: Matteo Collina --- .github/workflows/nodejs-shared.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nodejs-shared.yml b/.github/workflows/nodejs-shared.yml index 7eb7ff46d88..c9fff984b46 100644 --- a/.github/workflows/nodejs-shared.yml +++ b/.github/workflows/nodejs-shared.yml @@ -1,13 +1,14 @@ name: Node.js compiled --shared-builtin-undici/undici-path CI -on: - push: - branches: - - main - - current - - next - - 'v*' - pull_request: +# Temporarily disabled - shared builtin tests +# on: +# push: +# branches: +# - main +# - current +# - next +# - 'v*' +# pull_request: permissions: contents: read