mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-30 20:23:49 +00:00
Allow triggering docs workflow manually.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user