We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe7393 commit 6fef8fdCopy full SHA for 6fef8fd
.github/workflows/validate.yml
@@ -194,6 +194,9 @@ jobs:
194
# - (sometimes) disabling some parts on Windows because it's hard to figure
195
# out why they fail
196
validate-prerelease:
197
+ # TODO: reenable when the next GHC prerelease appears
198
+ if: false
199
+
200
name: Validate ${{ matrix.os }} ghc-prerelease
201
runs-on: ${{ matrix.os }}
202
outputs:
0 commit comments