Skip to content

Commit df27890

Browse files
authored
Tweak GitHub actions (#459)
1 parent f67bd04 commit df27890

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Ansible Galaxy import
3-
"on":
3+
on:
44
release:
55
types:
66
- published

.github/workflows/molecule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Molecule CI/CD
3-
"on":
3+
on:
44
pull_request:
55
branches:
66
- main
@@ -46,7 +46,7 @@ jobs:
4646
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
4747
run: molecule test -s ${{ matrix.scenario }}
4848
env:
49-
PY_COLORS: "1"
50-
ANSIBLE_FORCE_COLOR: "1"
49+
PY_COLORS: 1
50+
ANSIBLE_FORCE_COLOR: 1
5151
NGINX_CRT: ${{ secrets.NGINX_CRT }}
5252
NGINX_KEY: ${{ secrets.NGINX_KEY }}

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Release Drafter
3-
"on":
3+
on:
44
pull_request:
55
types:
66
- opened

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.21.3 (Unreleased)
4+
5+
ENHANCEMENTS:
6+
7+
* Change Dependabot frequency from daily to weekly
8+
* Minor touch-up of GitHub actions workflows
9+
310
## 0.21.2 (October 7, 2021)
411

512
ENHANCEMENTS:

0 commit comments

Comments
 (0)