We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f88e14 commit 139624cCopy full SHA for 139624c
.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