We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27491e5 commit 6e85bc4Copy full SHA for 6e85bc4
.github/workflows/test-ubsan.yml
@@ -37,7 +37,7 @@ permissions:
37
38
jobs:
39
test-ubsan:
40
- if: github.event.pull_request.draft == false
+ if: false # Temporary disabled. Reference: https://github.com/nodejs/node/pull/52293#issuecomment-2059270585
41
runs-on: ubuntu-latest
42
env:
43
CC: gcc
0 commit comments