From 11d63f8494852b0116e816fa7ad64ae0edb93d1c Mon Sep 17 00:00:00 2001 From: Peter Makowski Date: Wed, 12 Jun 2024 15:32:25 +0200 Subject: [PATCH] ci: fix links checker (#5459) --- .github/workflows/links-checker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/links-checker.yml b/.github/workflows/links-checker.yml index b2705e4f22..020ce9a5b6 100644 --- a/.github/workflows/links-checker.yml +++ b/.github/workflows/links-checker.yml @@ -2,9 +2,10 @@ name: MAAS Docs link checker on: schedule: - cron: "0 14 * * 1-5" # At 14:00 every day-of-week from Monday through Friday. - branches: - - main - - "3.5" + push: + branches: + - main + - "3.5" jobs: docs: