From e3423b7d851f45f94f0819d08b55b83f4a051dbd Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 18 Aug 2025 15:48:59 +0100 Subject: [PATCH 1/2] ci: reenable shared builtin CI tests --- .github/workflows/nodejs-shared.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nodejs-shared.yml b/.github/workflows/nodejs-shared.yml index c9fff984b46..016cb2b819c 100644 --- a/.github/workflows/nodejs-shared.yml +++ b/.github/workflows/nodejs-shared.yml @@ -1,14 +1,14 @@ name: Node.js compiled --shared-builtin-undici/undici-path CI # Temporarily disabled - shared builtin tests -# on: -# push: -# branches: -# - main -# - current -# - next -# - 'v*' -# pull_request: +on: + push: + branches: + - main + - current + - next + - 'v*' + pull_request: permissions: contents: read From e5b7c99f0d44d360adb39a2915a5ce9c88e50de9 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 18 Aug 2025 15:52:50 +0100 Subject: [PATCH 2/2] fixup! ci: reenable shared builtin CI tests --- .github/workflows/nodejs-shared.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nodejs-shared.yml b/.github/workflows/nodejs-shared.yml index 016cb2b819c..fe833f6f5ba 100644 --- a/.github/workflows/nodejs-shared.yml +++ b/.github/workflows/nodejs-shared.yml @@ -1,6 +1,5 @@ name: Node.js compiled --shared-builtin-undici/undici-path CI -# Temporarily disabled - shared builtin tests on: push: branches: