From 35a586b4330773fe255d805eb39668d0e8ae8e69 Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Thu, 6 Mar 2025 18:53:53 -0800 Subject: [PATCH] Update link-check.yml exclude linkedin #664 --- .github/workflows/link-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 310fefb5..70cacacb 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -4,7 +4,7 @@ on: repository_dispatch: workflow_dispatch: schedule: - - cron: "00 18 * * *" + - cron: "0 0 * * 6" jobs: linkChecker: @@ -34,7 +34,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: _site + args: _site --exclude '^https://www\.linkedin\.com' fail: false - name: Create Issue From File