Skip to content

Commit 6a2d63a

Browse files
lychee update
1 parent f272c58 commit 6a2d63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lychee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
body-path: lychee/formatted.md
105105

106106
- name: 🚫 Fail if broken links found
107-
if: ${{ steps.lychee-retry.conclusion == 'success' && steps.lychee-retry.outputs.exit_code != 0 || steps.lychee-retry.conclusion == 'skipped' && steps.lychee.outputs.exit_code != 0 }}
107+
if: ${{ steps.lychee-retry.conclusion == 'success' && steps.lychee-retry.outputs.exit_code != 0 || steps.lychee-retry.conclusion == 'failure' }}
108108
run: |
109109
if [ "${{ steps.lychee-retry.conclusion }}" == "success" ]; then
110110
echo "Failing based on retry run results"

0 commit comments

Comments
 (0)