From 75012e95447c161a6621c6708b34e415be18baee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Wed, 8 Oct 2025 11:52:12 -0500 Subject: [PATCH] gha: Add `workflow_dispatch` trigger to `docs-url-alive-check` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can't test this PR because the workflow needs this trigger, so adding this will allow testing future PRs. Signed-off-by: Aurélien Bombo --- .github/workflows/docs-url-alive-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-url-alive-check.yaml b/.github/workflows/docs-url-alive-check.yaml index da923b3bc3..4283e20f8d 100644 --- a/.github/workflows/docs-url-alive-check.yaml +++ b/.github/workflows/docs-url-alive-check.yaml @@ -1,6 +1,7 @@ on: schedule: - cron: '0 23 * * 0' + workflow_dispatch: permissions: {}