disable other jobs

This commit is contained in:
shum
2026-03-30 15:22:05 +00:00
parent 5459308dd9
commit b74ea2aa40

View File

@@ -102,6 +102,7 @@ jobs:
name: "ubuntu-${{ matrix.os }}-${{ matrix.arch }} (CLI,Desktop), GHC: ${{ matrix.ghc }}"
needs: [maybe-release, variables]
runs-on: ${{ matrix.runner }}
if: false
strategy:
fail-fast: false
matrix:
@@ -482,6 +483,7 @@ jobs:
name: "${{ matrix.os }} (CLI,Desktop), GHC: ${{ matrix.ghc }}"
needs: [maybe-release, variables]
runs-on: ${{ matrix.os }}
if: false
strategy:
fail-fast: false
matrix: