Skip to content

Commit

Permalink
CI: disable prerelease validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Mar 14, 2023
1 parent dfe7393 commit 3349452
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,17 @@ 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:
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
strategy:
matrix:
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]

steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit 3349452

Please sign in to comment.