Skip to content

Commit

Permalink
Update linkchecker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dend authored Oct 27, 2024
1 parent 765044d commit 83251ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
continue-on-error: true

- name: Create Issue From File
if: always() && env.exit_code != '0' && github.event_name != 'pull_request'
if: always() && steps.lychee.conclusion != 'success' && github.event_name != 'pull_request'
uses: peter-evans/create-issue-from-file@main
with:
title: Link Checker Report
Expand Down

0 comments on commit 83251ce

Please sign in to comment.