From ef26ad7b73a59020a0ab679df1380b19b0da728f Mon Sep 17 00:00:00 2001 From: AG <98327736+ggold7046@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:20:40 +0530 Subject: [PATCH] Update broken-linkcheck.yml --- .github/workflows/broken-linkcheck.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/broken-linkcheck.yml b/.github/workflows/broken-linkcheck.yml index 141fb7984afa3..acac867245aa3 100644 --- a/.github/workflows/broken-linkcheck.yml +++ b/.github/workflows/broken-linkcheck.yml @@ -1,9 +1,10 @@ name: Linkcheck on: - workflow_dispatch: # Enable manual triggering - #schedule: + workflow_dispatch: + # Enable manual triggering + schedule: # Run monthly on the 1st day of the month - #- cron: '0 0 1 * *' + - cron: '0 0 1 * *' pull_request: paths: - ".github/workflows/broken-linkcheck.yml" @@ -37,4 +38,4 @@ jobs: - name: Display broken links if: failure() working-directory: ./doc - run: linkcheck.txt grep -i broken + run: grep broken linkcheck.txt