From 600b6d2b033cec8da2d21431aa0f7d7e0f6acb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Mon, 17 Apr 2023 14:57:03 +0200 Subject: [PATCH] Move workflow broken link check --- .github/workflows/broken-link-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index 043b7c800e..6811994b03 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -1,5 +1,6 @@ name: Broken Link Check on: + workflow_dispatch: schedule: - cron: "0 0 * * *" # daily repository_dispatch: # run manually