We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2df0a3 commit d52f867Copy full SHA for d52f867
.github/workflows/molecule.yml
@@ -11,6 +11,7 @@ on:
11
- "*"
12
schedule:
13
- cron: "0 0 1 * *"
14
+ workflow_dispatch:
15
jobs:
16
molecule:
17
name: Molecule
CHANGELOG.md
@@ -9,7 +9,8 @@ BREAKING CHANGES:
9
10
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:
0 commit comments