Skip to content

Commit d52f867

Browse files
committed
Update GitHub actions to add a workflow dispatch option
1 parent e2df0a3 commit d52f867

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- "*"
1212
schedule:
1313
- cron: "0 0 1 * *"
14+
workflow_dispatch:
1415
jobs:
1516
molecule:
1617
name: Molecule

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ BREAKING CHANGES:
99

1010
ENHANCEMENTS:
1111

12-
Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
12+
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
13+
* Update GitHub actions to add a workflow dispatch option.
1314

1415
BUG FIXES:
1516

0 commit comments

Comments
 (0)