Allow triggering docs workflow manually.

pull/540/head
Felix Fontein 2022-12-07 19:54:22 +01:00
parent 176da44faf
commit eef4df9063
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ on:
# Run CI once per day (at 09:00 UTC) # Run CI once per day (at 09:00 UTC)
schedule: schedule:
- cron: '0 9 * * *' - cron: '0 9 * * *'
# Allow manual trigger (for newer antsibull-docs, sphinx-ansible-theme, ... versions)
workflow_dispatch:
jobs: jobs:
build-docs: build-docs: