Skip to content

Commit

Permalink
Merge pull request #8868 from haskell/mergify/bp/3.10/pr-8852
Browse files Browse the repository at this point in the history
CI: disable prerelease validation (backport #8852)
  • Loading branch information
mergify[bot] authored Mar 21, 2023
2 parents 6c95f3f + 8c3c34b commit 8b17e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b17e2d

Please sign in to comment.