From 28536a0a5d0c46598fbc930a63cec72399a969e4 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 25 Mar 2024 08:46:12 -0500 Subject: [PATCH] [ci] [R-package] re-enable r-sanitizers jobs (fixes #6367) (#6374) --- .github/workflows/r_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r_package.yml b/.github/workflows/r_package.yml index 387b8c52eca2..7d79cdab1d21 100644 --- a/.github/workflows/r_package.yml +++ b/.github/workflows/r_package.yml @@ -315,7 +315,7 @@ jobs: all-r-package-jobs-successful: if: always() runs-on: ubuntu-latest - needs: [test, test-r-debian-clang] + needs: [test, test-r-sanitizers, test-r-debian-clang] steps: - name: Note that all tests succeeded uses: re-actors/alls-green@v1.2.2