schedule-doc-report: add workflow_dispatch

https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
This commit is contained in:
Simon Legner 2024-01-06 09:39:05 +01:00
parent a80293ae98
commit fd086dd55f

View file

@ -2,6 +2,7 @@ name: Generate documentation versions report
on:
schedule:
- cron: '17 4 1 * *'
workflow_dispatch:
jobs:
report: