From 9543524301f619e8665407a49f15e7171cb1e08f Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 9 Jul 2024 00:10:59 +0200 Subject: [PATCH] Remove redundant condition --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af01ce6d4..b348519ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: curl -sSfL "$(curl -sSfH 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | mawk -F\" '/"browser_download_url.*x86_64-unknown-linux-musl\.tar\.gz"/{print $4;exit}')" -o lychee.tar.gz tar xf lychee.tar.gz - name: Run lychee to check README and HTML files - if: always() && steps.lychee.outcome == 'success' && ! endsWith(github.ref, '/master') + if: always() && steps.lychee.outcome == 'success' # "429 Too Many Requests" on GitHub despite token # Exclude URLs for newly added Markdown files as well as raw view and edit GitHub URLs for all existing Markdown files # parallels.com|chromewebstore.google.com: Cloudflare lets client enter redirect loop, if it does not send a cookie, set in response.