Skip to content

Commit

Permalink
Update link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 21, 2024
1 parent 8841c1b commit 960fb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: sudo wg-quick down ./wg0.conf

- name: Create issue
if: github.event_name != 'pull_request' && env.lychee_exit_code != 0
if: always() && github.event_name != 'pull_request' && env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v5
with:
title: πŸ”—βœ… Link checker report
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Update PR with comment
uses: mshick/add-pr-comment@v2
if: github.event_name == 'pull_request' && env.lychee_exit_code != 0
if: always() && github.event_name == 'pull_request' && env.lychee_exit_code != 0
with:
refresh-message-position: true
message-id: 'link-checker-result'
Expand Down

0 comments on commit 960fb95

Please sign in to comment.