[CI] add way to trigger workflow manually

Useful in the case we don't modifiy any files in the paths: sections of the push event.
This commit is contained in:
Laurent Indermuehle 2025-03-06 12:01:13 +01:00
parent d402d06d90
commit e99555f237
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
- '.github/workflows/ansible-test-plugins.yml'
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
sanity: