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 16, 2024
1 parent df9cb97 commit 93badab
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

Check warning on line 40 in .github/workflows/test-ubsan.yml

View workflow job for this annotation

GitHub Actions / lint-yaml

40:15 [comments] too few spaces before comment
runs-on: ubuntu-latest
env:
CC: gcc
Expand Down

0 comments on commit 93badab

Please sign in to comment.