diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index f8809e4..84f4475 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -11,6 +11,7 @@ on: - "*" schedule: - cron: "0 0 1 * *" + workflow_dispatch: jobs: molecule: name: Molecule diff --git a/CHANGELOG.md b/CHANGELOG.md index 2650b4a..bc41c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: