diff --git a/.github/workflows/test-ubsan.yml b/.github/workflows/test-ubsan.yml index 0282f57e92aba8..ef88b76496dcfb 100644 --- a/.github/workflows/test-ubsan.yml +++ b/.github/workflows/test-ubsan.yml @@ -37,7 +37,7 @@ permissions: jobs: test-ubsan: - if: github.event.pull_request.draft == false + if: false # Temporary disabled. Reference: https://github.com/nodejs/node/pull/52293#issuecomment-2059270585 runs-on: ubuntu-latest env: CC: gcc