From c98671cf7c5d2ed03ea039f6acbc9486cd0bcd87 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Sun, 17 Sep 2023 01:16:00 -0700 Subject: [PATCH] Revert "Update integration-tests.yml" (#2323) reverts #2310 as recent changes to Triton-IR have broken third-party backends --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 74967580b..097c55e59 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -162,6 +162,7 @@ jobs: Integration-Tests-Third-Party: needs: Runner-Preparation + if: false runs-on: ${{ matrix.runner }}