Skip to content

Commit 6c31777

Browse files
committed
CI: update minimum ansible-core version, update wf
1 parent c574dd0 commit 6c31777

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89
schedule:
910
- cron: '18 6 * * *'
1011

.github/workflows/docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ on:
88
- "[0-9]+.[0-9]+.[0-9]+"
99
workflow_dispatch:
1010

11-
env:
12-
COLORTERM: 'yes'
13-
TERM: 'xterm-256color'
14-
PYTEST_ADDOPTS: '--color=yes'
15-
1611
jobs:
1712
docs:
1813
uses: ansible-middleware/github-actions/.github/workflows/docs.yml@main
1914
secrets: inherit
2015
with:
2116
fqcn: 'middleware_automation/common'
2217
collection_fqcn: 'middleware_automation.common'
18+
historical_docs: 'false'

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
name: Release collection
33
on:
44
workflow_dispatch:
5+
inputs:
6+
release_summary:
7+
description: 'Optional release summary for changelogs'
8+
required: false
59

610
jobs:
711
release:
812
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
913
with:
1014
collection_fqcn: 'middleware_automation.common'
1115
downstream_name: 'runtimes_common'
16+
release_summary: "${{ github.event.inputs.release_summary }}"
1217
secrets:
1318
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
1419
jira_webhook: ${{ secrets.JIRA_WEBHOOK_CREATE_VERSION }}

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: ">=2.14.0"
2+
requires_ansible: ">=2.15.0"

0 commit comments

Comments
 (0)