Skip to content

Commit

Permalink
Turns out we cannot comment on the PR either.
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi authored Jul 27, 2024
1 parent 61421ee commit 4216e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/benchexec-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ runs:
- name: Comment on PR
if: github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e
continue-on-error: true # if we are in a fork, this will fail, but we don't care (tables will be missing)
with:
comment_tag: 'diffcheck'
mode: 'recreate'
Expand Down

0 comments on commit 4216e40

Please sign in to comment.