File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 pull_request :
8+ workflow_dispatch :
89 schedule :
910 - cron : ' 18 6 * * *'
1011
Original file line number Diff line number Diff line change 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-
1611jobs :
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'
Original file line number Diff line number Diff line change 22name : Release collection
33on :
44 workflow_dispatch :
5+ inputs :
6+ release_summary :
7+ description : ' Optional release summary for changelogs'
8+ required : false
59
610jobs :
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 }}
Original file line number Diff line number Diff line change 11---
2- requires_ansible : " >=2.14 .0"
2+ requires_ansible : " >=2.15 .0"
You can’t perform that action at this time.
0 commit comments