We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f272c58 commit 6a2d63aCopy full SHA for 6a2d63a
1 file changed
.github/workflows/lychee.yml
@@ -104,7 +104,7 @@ jobs:
104
body-path: lychee/formatted.md
105
106
- 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 }}
+ if: ${{ steps.lychee-retry.conclusion == 'success' && steps.lychee-retry.outputs.exit_code != 0 || steps.lychee-retry.conclusion == 'failure' }}
108
run: |
109
if [ "${{ steps.lychee-retry.conclusion }}" == "success" ]; then
110
echo "Failing based on retry run results"
0 commit comments