From b6d57555eb170efc3d013f33da6e301e3b76bb6f Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 17 Oct 2024 10:00:16 +0200 Subject: [PATCH] Ensure running on pull request --- .github/workflows/check-links.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 1603a1832..7c08f5c10 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -7,6 +7,7 @@ on: - '.lycheeignore' - 'lychee.toml' - '**/*.md' + pull_request: schedule: # Run on the first of each month at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07) - cron: "0 9 1 * *" @@ -34,4 +35,4 @@ jobs: uses: lycheeverse/lychee-action@v2.0.2 with: fail: true - args: --accept '200,201,202,203,204,403,429,500' --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md' \ No newline at end of file + args: --accept '200,201,202,203,204,403,429,500' --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'