Skip to content

Commit ec583f9

Browse files
committed
build: temporary disable ubsan
1 parent df9cb97 commit ec583f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
jobs:
3939
test-ubsan:
40-
if: github.event.pull_request.draft == false
40+
if: false # Temporary disabled. Reference: https://github.com/nodejs/node/pull/52293#issuecomment-2059270585
4141
runs-on: ubuntu-latest
4242
env:
4343
CC: gcc

0 commit comments

Comments
 (0)