mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-04 11:03:52 +00:00
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:
committed by
Aurélien Bombo
parent
b03c3f6916
commit
75012e9544
1
.github/workflows/docs-url-alive-check.yaml
vendored
1
.github/workflows/docs-url-alive-check.yaml
vendored
@@ -1,6 +1,7 @@
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 23 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user