gha: Add workflow_dispatch trigger to docs-url-alive-check

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 <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo
2025-10-08 11:52:12 -05:00
committed by Aurélien Bombo
parent b03c3f6916
commit 75012e9544

View File

@@ -1,6 +1,7 @@
on:
schedule:
- cron: '0 23 * * 0'
workflow_dispatch:
permissions: {}