Tweak GitHub actions (#459)

This commit is contained in:
Alessandro Fael Garcia 2021-10-11 17:08:33 +02:00 committed by GitHub
parent f67bd04928
commit df2789000e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
name: Ansible Galaxy import
"on":
on:
release:
types:
- published

View File

@ -1,6 +1,6 @@
---
name: Molecule CI/CD
"on":
on:
pull_request:
branches:
- main
@ -46,7 +46,7 @@ jobs:
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
run: molecule test -s ${{ matrix.scenario }}
env:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
NGINX_CRT: ${{ secrets.NGINX_CRT }}
NGINX_KEY: ${{ secrets.NGINX_KEY }}

View File

@ -1,6 +1,6 @@
---
name: Release Drafter
"on":
on:
pull_request:
types:
- opened

View File

@ -1,5 +1,12 @@
# Changelog
## 0.21.3 (Unreleased)
ENHANCEMENTS:
* Change Dependabot frequency from daily to weekly
* Minor touch-up of GitHub actions workflows
## 0.21.2 (October 7, 2021)
ENHANCEMENTS: