diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a80b5b3864f3ea..3d18e8c1b5a761 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -189,9 +189,9 @@ jobs: - name: Clean output run: rm -rf ./out - name: Run Tests with sanitizers - # Sanotizer tests are not likely to find extra issues so running the same tests - # as above repeateadly on every pull request seems extra time. Instead keep this run - # for master onlyu + # Sanitizer tests are not likely to find extra issues so running the same tests + # as above repeatedly on every pull request seems extra time. Instead keep this run + # for master only if: github.event.pull_request.number == null env: LSAN_OPTIONS: detect_leaks=1