Tweak GitHub actions (#459)
This commit is contained in:
parent
f67bd04928
commit
df2789000e
2
.github/workflows/galaxy.yml
vendored
2
.github/workflows/galaxy.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Ansible Galaxy import
|
name: Ansible Galaxy import
|
||||||
"on":
|
on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
6
.github/workflows/molecule.yml
vendored
6
.github/workflows/molecule.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Molecule CI/CD
|
name: Molecule CI/CD
|
||||||
"on":
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||||
run: molecule test -s ${{ matrix.scenario }}
|
run: molecule test -s ${{ matrix.scenario }}
|
||||||
env:
|
env:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: 1
|
||||||
ANSIBLE_FORCE_COLOR: "1"
|
ANSIBLE_FORCE_COLOR: 1
|
||||||
NGINX_CRT: ${{ secrets.NGINX_CRT }}
|
NGINX_CRT: ${{ secrets.NGINX_CRT }}
|
||||||
NGINX_KEY: ${{ secrets.NGINX_KEY }}
|
NGINX_KEY: ${{ secrets.NGINX_KEY }}
|
||||||
|
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Release Drafter
|
name: Release Drafter
|
||||||
"on":
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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)
|
## 0.21.2 (October 7, 2021)
|
||||||
|
|
||||||
ENHANCEMENTS:
|
ENHANCEMENTS:
|
||||||
|
Loading…
Reference in New Issue
Block a user