From 8c3c34be5746295d18e3d28b35abe0f118f3d495 Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Tue, 14 Mar 2023 14:56:46 -0400 Subject: [PATCH] CI: disable prerelease validation (cherry picked from commit e2dc1ea4f6b8bc10ece291b5b2f8e18fe21765f4) --- .github/workflows/validate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 48f10d09e91..29380501a5c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -194,6 +194,9 @@ jobs: # - (sometimes) disabling some parts on Windows because it's hard to figure # out why they fail validate-prerelease: + # TODO: reenable when the next GHC prerelease appears + if: false + name: Validate ${{ matrix.os }} ghc-prerelease runs-on: ${{ matrix.os }} outputs: