Skip to content

Commit 45baea9

Browse files
check coverage in env
1 parent d16b47f commit 45baea9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ on:
1414
schedule:
1515
- cron: 0 0 * * *
1616

17-
env:
18-
latest_ghc: "9.12"
19-
2017
concurrency:
2118
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2219
cancel-in-progress: true
@@ -40,7 +37,7 @@ jobs:
4037
runs-on: ubuntu-latest
4138

4239
env:
43-
coverage: ${{ github.event.pull_request && matrix.ghc_version == env.latest_ghc }}
40+
coverage: ${{ github.event.pull_request && matrix.ghc_version == "9.12" }}
4441

4542
steps:
4643
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)