We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45baea9 commit 6572bf7Copy full SHA for 6572bf7
.github/workflows/haskell-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ubuntu-latest
38
39
env:
40
- coverage: ${{ github.event.pull_request && matrix.ghc_version == "9.12" }}
+ coverage: ${{ github.event.pull_request }} && ${{matrix.ghc_version == "9.12" }}
41
42
steps:
43
- uses: actions/checkout@v4
0 commit comments