Skip to content

Commit e2dc1ea

Browse files
committed
CI: disable prerelease validation
1 parent dfe7393 commit e2dc1ea

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)