Skip to content

Commit 65d0c75

Browse files
oops
1 parent a955155 commit 65d0c75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,13 @@ jobs:
5858
retention-days: 1
5959

6060
report:
61+
name: Generate coverage report
62+
63+
if: github.event.pull_request
6164

6265
needs: linux
6366

64-
if: github.event.pull_request
67+
runs-on: ubuntu-latest
6568

6669
steps:
6770
- name: Download coverage report

0 commit comments

Comments
 (0)