Skip to content

Commit 6572bf7

Browse files
wip
1 parent 45baea9 commit 6572bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
env:
40-
coverage: ${{ github.event.pull_request && matrix.ghc_version == "9.12" }}
40+
coverage: ${{ github.event.pull_request }} && ${{matrix.ghc_version == "9.12" }}
4141

4242
steps:
4343
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)