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