diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5246e6c39fcf29..a11e788c3349bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -557,11 +557,14 @@ jobs: matrix: sanitizer: - address - - undefined - - memory oss-fuzz-project-name: - cpython3 - python3-libraries + include: + - sanitizer: undefined + oss-fuzz-project-name: cpython3 + - sanitizer: memory + oss-fuzz-project-name: cpython3 exclude: # Note that the 'no-exclude' sentinel below is to prevent # an empty string value from excluding all jobs and causing