Skip to content

Commit b8f7fc2

Browse files
mcollinaclaude
andauthored
ci: disable shared builtin CI tests (#4276)
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) Signed-off-by: Matteo Collina <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent b747dac commit b8f7fc2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/nodejs-shared.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Node.js compiled --shared-builtin-undici/undici-path CI
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
- current
8-
- next
9-
- 'v*'
10-
pull_request:
3+
# Temporarily disabled - shared builtin tests
4+
# on:
5+
# push:
6+
# branches:
7+
# - main
8+
# - current
9+
# - next
10+
# - 'v*'
11+
# pull_request:
1112

1213
permissions:
1314
contents: read

0 commit comments

Comments
 (0)