From f7b9f26cbd65038b5670f72b4ee04ca606856f7b Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 8 Nov 2023 14:20:54 +0100 Subject: [PATCH] Always check links --- .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 26887503a..b2f911614 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -2,9 +2,6 @@ name: Check Markdown links on: push: - paths: - - '.github/workflows/check-links.yml' - - '**/*.md' 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 * *"