ci: Remove matrix configuration for Build-Cabal-Arm job
This avoids the "${{ matrix.ghc }}" display when the job is skipped in PR workflows.
This commit is contained in:
@@ -291,18 +291,14 @@ jobs:
|
|||||||
run: cabal build --enable-tests --enable-benchmarks all
|
run: cabal build --enable-tests --enable-benchmarks all
|
||||||
|
|
||||||
Build-Cabal-Arm:
|
Build-Cabal-Arm:
|
||||||
strategy:
|
name: Build aarch64 (Cabal, GHC 9.4.8)
|
||||||
matrix:
|
|
||||||
ghc: ['9.4.8']
|
|
||||||
fail-fast: false
|
|
||||||
name: Build aarch64 (Cabal, GHC ${{ matrix.ghc }})
|
|
||||||
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/rel-') }}
|
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/rel-') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
remotepath: ${{ steps.Remote-Dir.outputs.remotepath }}
|
remotepath: ${{ steps.Remote-Dir.outputs.remotepath }}
|
||||||
env:
|
env:
|
||||||
GITHUB_COMMIT: ${{ github.sha }}
|
GITHUB_COMMIT: ${{ github.sha }}
|
||||||
GHC_VERSION: ${{ matrix.ghc }}
|
GHC_VERSION: '9.4.8'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- id: Remote-Dir
|
- id: Remote-Dir
|
||||||
|
|||||||
Reference in New Issue
Block a user