Update GitHub actions to add a workflow dispatch option

This commit is contained in:
alessfg 2021-06-02 13:50:41 +02:00
parent e2df0a38e6
commit d52f867761
No known key found for this signature in database
GPG Key ID: 7E5B134EEDC42A56
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ on:
- "*"
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
molecule:
name: Molecule

View File

@ -9,7 +9,8 @@ BREAKING CHANGES:
ENHANCEMENTS:
Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
* Update GitHub actions to add a workflow dispatch option.
BUG FIXES: