From 3349452c5b702678b877fffcc5150f3da0f72af8 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 --- .github/workflows/validate.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5cab8256371..35c3f764e89 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: @@ -201,7 +204,7 @@ jobs: strategy: matrix: os: ["ubuntu-20.04", "macos-latest", "windows-latest"] - + steps: - uses: actions/checkout@v3