Skip to content

Commit 8b17e2d

Browse files
authored
Merge pull request #8868 from haskell/mergify/bp/3.10/pr-8852
CI: disable prerelease validation (backport #8852)
2 parents 6c95f3f + 8c3c34b commit 8b17e2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ jobs:
194194
# - (sometimes) disabling some parts on Windows because it's hard to figure
195195
# out why they fail
196196
validate-prerelease:
197+
# TODO: reenable when the next GHC prerelease appears
198+
if: false
199+
197200
name: Validate ${{ matrix.os }} ghc-prerelease
198201
runs-on: ${{ matrix.os }}
199202
outputs:

0 commit comments

Comments
 (0)