Skip to content

Commit d915730

Browse files
fix
1 parent 59448a0 commit d915730

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
@@ -60,6 +60,10 @@ jobs:
6060

6161
needs: linux
6262

63+
permissions:
64+
contents: read
65+
pull-requests: write
66+
6367
steps:
6468
- uses: actions/checkout@v4
6569
- uses: haskell-actions/setup@v2
@@ -90,7 +94,6 @@ jobs:
9094
- name: Create or update comment
9195
if: github.event.pull_request
9296
uses: peter-evans/create-or-update-comment@v4
93-
if: steps.difference.outputs.changed == 1
9497
with:
9598
comment-id: ${{ steps.fc.outputs.comment-id }}
9699
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)