diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index f7a7d16..970ce2d 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -31,7 +31,6 @@ jobs: - name: Check tokens.xml URLs uses: lycheeverse/lychee-action@v1.5.1 if: always() - continue-on-error: true with: args: '--no-progress --require-https --cache --max-cache-age 1h -- tokens.xml' fail: true @@ -41,7 +40,6 @@ jobs: - name: Check challenge_tokens.xml URLs uses: lycheeverse/lychee-action@v1.5.1 if: always() - continue-on-error: true with: args: '--no-progress --require-https --cache --max-cache-age 1h -- challenge_tokens.xml' fail: true