Skip to content

Commit

Permalink
build: temporary disable ubsan
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Apr 17, 2024
1 parent df9cb97 commit ec583f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec583f9

Please sign in to comment.