From 0cda40cf0f059aeca91b695da1ab48dca18ec8e8 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Mon, 23 Oct 2023 14:52:52 +0300 Subject: [PATCH] Fix --- .github/workflows/check_links.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index 07f192d2843e..bb19bcaf5607 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -1,8 +1,6 @@ name: Check links on: - pull_request: - branches: [ main ] workflow_dispatch: schedule: - cron: '30 12 * * 1-5' @@ -28,7 +26,6 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.8.0 with: - debug: true fail: true args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose' # other excludes are in .lycheeignore output: ${{ env.issue-content }}